Next: About this document
Up: No Title
Previous: TRANSITIVE CLOSURE
- DFS keeps truck of visiting time and finishing time.
- read 23.4: f(v) in decreasing order gives topological sort.
- Single-Source Shortest Path: pp. 514-523 relaxation shortest path
- Read 25.4 Shortest path in DAGS. pp. 536 - 538
Use topological ordering on edges- Only one pass of Bellman-Ford algorithm is enough.
- Chap. 26.1, 26.2
Shekib Yonis
Tue Nov 17 14:10:00 EST 1998