裡面記錄了Introduction to Algorithms課本第VI部分、
ch22~ch26的筆記。
Chapter 22 Elementary Graph Algorithms
- 22.2 Breadth-first search
- 22.3 Depth-first search
- 22.4 Topological sort
Chapter 23 Minimum Spanning Trees
Chapter 24 Single-Source Shortest Paths
- 24.1 The Bellman-Ford algorithm
- 24.2 Single-source shortest paths in directed acyclic graphs
- 24.3 Dijkstra’s algorithm
Chapter 25 All-Pairs Shortest Paths
- 25.1 Shortest paths and matrix multiplication
- 25.2 The Floyd-Warshall algorithm
- 25.3 Johnson’s algorithm for sparse graphs
Chapter 26 Maximum Flow
- 26.1 Flow networks
- 26.2 The Ford-Fulkerson method
- 26.3 Maximum bipartite matching
這些筆記目前是考試取向、解題為主,
省略了程式碼實作與演算法分析等內容,
之後有空會再不定期更新。
※特別感謝:台灣大學資工系蔡欣穆老師的上課講義。
沒有留言:
張貼留言