CSCE 221H: Data Structures and Algorithms

Spring 2017


Lectures

TopicReading
Introduction/Asymptotic AnalysisCh. 4
Stacks, Linked Lists, Queues, and DequesCh. 5
Vectors, Lists, and SequencesCh. 6
TreesCh. 7
Priority Queues & HeapsCh. 8
Maps, Dictionaries, HashingCh. 9
SkipListsCh. 9
Binary Search TreesCh. 10
Sorting and SelectionCh. 11
Graphs (part 1)Ch. 13
Graphs (part 2)Ch. 13