Lectures
The coverage of each lecture will be posted as the term progresses.
Lecture | Date | Course notes coverage |
---|---|---|
Lecture 1 | January 9 | Administrativia, Asymptotic analysis |
Lecture 2 | January 11 |
Runtime analysis :
Binary Heap :
|
Lecture 3 | January 16 |
Binary heap :
|
Lecture 4 | January 18 |
Binomial heaps (section 2.4.2) Sumset (note is on LEARN) Quick-select (section 3.1) |
Lecture 5 | January 23 |
QuickSelect analysis (sections 3.1.3/3.1.4) QuickSort (section 3.2) Lower bound sorting by comparison (section 3.3) Integers sort (section 3.4) |
Lecture 6 | January 25 |
Integer sort (section 3.4): bucket-sort, MSD and LSD radix-sort Dictionaries: AVL tree (section 4.2), Scapegoat tree (section 4.3) |
Lecture 7 | January 30 |
Dictionaries:
|
Lecture 8 | February 1 | Dictionaries: Skip lists (section 5.1.3) |
Lecture 9 | February 6 |
Searching:
|
Module # | Topic | Readings |
---|---|---|
Module 0 | Administrivia | None |
Module 1 | Introduction and Asymptotic Analysis |
Course notes Chapter 1 Optional: Course notes Appendix A-B if you need a refresher. Optional: Goodrich & Tamassia 1.1, 1.2, 1.3 Optional: Sedgewick 8.2, 8.3 |
Module 2 | Priority Queues |
Course notes Chapter 2 Optional: Sedgewick 9.1 - 9.4 |
Module 3 | Sorting, Average-Case and Randomized Algorithms |
Course notes Chapter 1.5, 3 Optional: Goodrich & Tamassia 8.3 Optional: Sedgewick 6.10, 7.1, 7.2, 7.8, 10.3, 10.5 |
Module 4 | Dictionaries |
Course notes Chapter 4 Optional: Goodrich & Tamassia 3.1, 4.1, 4.2 |
Module 5 | Other Dictionary Implementations |
Course notes Chapter 5 Optional: Sedgewick 9.1-9.4 |
Module 6 | Dictionaries for Special Keys |
Course notes Chapter 6 Optional: Goodrich & Tamassia 23.5.1-23.5.2 Optional: Sedgewick 12.4, 15.2-15.4 |
Module 7 | Dictionaries via Hashing |
Course notes Chapter 7 Optional: Goodrich & Tamassia 6.4 Optional: Sedgewick 12.2, 14.1 - 14.4 |
Module 8 | Range-Searching in Dictionaries of Points |
Course notes Chapter 8 Optional: Goodrich & Tamassia 21.1, 21.3 |
Module 9 | String Matching |
Course notes Chapter 9 Optional: Goodrich & Tamassia 23 |
Module 10 | Compression |
Course notes Chapter 10 Optional: Goodrich & Tamassia 10.3 |
Module 11 | External Memory |
Course notes Chapter 11 Optional: Goodrich & Tamassia 20.1-20.3 Optional: Sedgewick 16.4 |
Module X corresponds roughly to Chapter X of the course notes, but occasionally a different order made more sense for the notes---follow the instructions given in the notes. Usually you can skip any part of the course notes that is marked `(cs240e)' or that is in `Historical remarks' or `Appendix' (but see what your instructor actually covers in class).
The following books are on reserve in the DC library for reference and additional resources: