This is an old revision of the document!
—-Fred's Journal—-
1.1 The stable-matching process.
2.1 Basics of Algorithm Analysis
2.3 Implementing the Stable Matching Algorithm using Lists and Arrays
2.4 A Survey of Common Running Times
3.1 Basic Definitions and Applications(Graphs)
3.2 Graph Connectivity and Graph Traversal(Graphs)
3.3 Implementing Graph Traversal Using Queues and Stacks(Graphs)
3.4 Testing Bipartiteness BFS Algorithm
3.5 Connectivity in bipartite graphs
3.6 Directed Acyclic Graphs and Topological Ordering
4.0 Greedy Algorithms(Front matter)
4.1 Interval Scheduling (The Greedy Algorithm Stays Ahead)
4.2 Scheduling to Maximize Lateness (An Exchange Argument)
4.5 The Minimum Spanning Tree Problem
4.6 Implementing Kruskal's Algorithm (The Union-Find Data Structure)
4.8 Huffman Codes and Data Compression
5.2 Further Recurrence Relations