Skip to content

betarixm/CSED233

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure

CSED233@POSTECH CSED233@POSTECH

Data Structure, a class of POSTECH, is an essential area of study for computer scientists and for anyone who will ever undertake any serious programming task. This course deals with the fundamentals of organizing and manipulating data efficiently using clean conceptual models. Students study many of the important conceptual data types, their implementation, and analysis of their efficiency. Topics will cover algorithm analysis, lists, trees, priority queues, dictionaries (hash tables, balanced search trees), graphs, strings (tries, pattern matching), and sorting.

Assignments

List, Stack, Queue

Link

Binary Tree, Min-heap

Link

Bubble Sort, Insertion Sort, Merge Sort, BST

Link

AVL Tree, Hash table

Link

Graph, Open Hashing, Bloom Filter

Link

Graph Traversal, Topological Sort, Shortest Path, Prim's Algorithm, Kruskal's Algorithm

Link

Releases

No releases published

Packages

No packages published

Languages