Learning objectives
After this class, you should be able to:
- Given a network flow, apply the Edmonds-Karp algorithm to find a max-flow.
- Prove that the time complexity of the Edmonds-Karp algorithm is O(VE2).
Reading assignment
- CLR: Section 26.2, material after the max-flow min-cut theorem.
- None -- prepare for final exam!
Exercises and review questions
- Questions on current lecture's material
- CLR: Exercise 26.2-2. (You may discuss the solution on the disucssion board.)
- CLR: Exercise 26.2-10. (You may discuss the solution on the disucssion board.)
- Questions on next lecture's material
- None.