COP 5536 / AD 711R
Advanced Data Structures
University of Florida
Course Syllabus
The specific topics and associated readings are:
| Lecture | Content | Reading |
|---|---|---|
| 1 | Amortized complexity. | Web resource. |
| 2 | Amortized Complexity. | Web resource. |
| 3 | Introduction to external sorting. | Section 7.10.1. |
| 4 | Introduction to external sorting. | Section 7.10.1. |
| 5 | Selection trees & k-way merging. | Sections 5.8 and 7.10.2. |
| 6 | Run generation. | Section 7.10.4. |
| 7 | Optimal merging of runs. | Section 7.10.5. |
| 8 | Buffering. | Sections 7.10.3. |
| 9 | Double-ended priority queues. General methods. | Sections 9.6, 9.7, and Web resource. | .
| 10 | Double-ended priority queues. Interval heaps. | Sections 9.7. | .
| 11 | Leftist trees. | Section 9.2. |
| 12 | Binomial heaps. | Section 9.3. |
| 13 | Binomial heaps. | Section 9.3. |
| 14 | Fibonacci heaps. | Section 9.4. |
| 15 | Pairing heaps. | Section 9.5. |
| 16 | Dictionaries. | Section 5.7. |
| 17 | Optimal binary search trees. | Section 10.1. |
| 18 | AVL trees. | Section 10.2. |
| 19 | AVL trees | Section 10.2. |
| 20 | Red-black trees. | Section 10.3. |
| 21 | Red-black trees. | Section 10.3. |
| 22 | B-Trees. | Sections 11.1 and 11.2 |
| 23 | B-trees. | Sections 11.1 and 11.2. |
| 24 | B+ and B*-trees. | Section 11.3. |
| 25 | Splay Trees. | Section 10.4. |
| 26 | Splay Trees. | Section 10.4. |
| 27 | Binary Tries. | Section 12.1. |
| 28 | Compressed Binary Tries. | Section 12.2. |
| 29 | High-order Tries. | Sections 12.3 and Web Resource. |
| 30 | Tries and Packet Forwarding. | Section 12.5. |
| 31 | Suffix Trees. | Section 12.4. |
| 32 | Bloom Filters. | Section 8.4. |
| 33 | Segment Trees. | |
| 34 | Interval Trees. | |
| 35 | Priority Search Trees. | References. |
| 36 | Priority Search Trees. | References. |
| 37 | Multidimensional Search Trees. | References. |
| 38 | Quad Trees. | References. |
| 39 | BSP Trees. | |
| 40 | R-trees. |