Computer Science 226 |
| # | Lecture Notes | Chapter(s) | In-class Demos |
| 1 | Introduction | 1-5 | |
| 2 | Elementary sorts, shellsort | 6 | Sorting applets |
| 3 | Quicksort | 7 | Partitioning Quicksort |
| 4 | Mergesort, analysis of algorithms | 8 | Merging Extra slides |
| 5 | Priority queues | 9 | |
| 6 | Radix sorts | 10 | |
| 7 | Symbol tables | 12 | Binary tree applet |
| 8 | Balanced trees | 13 | Binary tree applet |
| 9 | Hashing | 14 | |
| 10 | Trie searching | 15 | |
| 11 | String searching | *19 | |
| 12 | Midterm | ||
| 13 | Pattern matching (revised) | *20-21 | Deque simulation of NFSA |
| 14 | Data compression (revised) | *22 | Huffman LZW |
| 15 | Geometric algorithms | *24, *25 | |
| 16 | Geometric search | *26, *27 | |
| 17 | Undirected graphs (revised) | 17, 18 | DFS BFS Rat maze |
| 19 | Minimum spanning tree (revised) | 20 | Graph applet |
| 18 | Directed graphs | 19 | |
| 20 | Shortest paths | 21 | |
| 21 | Max flow, min cut | 22 | Augmenting path demo |
| 22 | Minimum cost flow | 22 | |
| 23 | Linear programming (revised) | - | |
| 24 | All questions answered | - | |