CSCE 221H: Data Structures and Algorithms
Fall 2018
Home
Syllabus
Assignments
Lectures
Labs
Instructions
Lectures
Topic
Reading
Introduction/Asymptotic Analysis
Ch. 4
Stacks, Linked Lists, Queues, and Deques
Ch. 5
Vectors, Lists, and Sequences
Ch. 6
Trees
Ch. 7
Priority Queues & Heaps
Ch. 8
Maps, Dictionaries, Hashing
Ch. 9
SkipLists
Ch. 9
Binary Search Trees
Ch. 10
Sorting and Selection
Ch. 11
Graphs (part 1)
Ch. 13
Graphs (part 2)
Ch. 13