[CSED233] Data Structure
POSTECH
POSTECH
Instructor: Seung-Hwan Baek
Instructor: Seung-Hwan Baek
Data Structures 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.
Introduction to Data Structure
C++ Review
Algorithm and Time Complexity
List, Stack, Queue
Tree (1)
Tree (2)
Priority Queue, Heap
Sorting
Binary Search Tree
AVL Tree
B Tree
Dictionary and Hashing
Graph Representation
Graph Traversals
Shortest Path Finding
Minimum Spanning Tree
String
Regular Expression