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.
- CLR: Section 26.3, page 664-665.
Exercises and review questions
- Questions on current lecture's material
- CLR: Exercise 26.2-2.
- CLR: Exercise 26.2-10.
- Questions on next lecture's material
- Define a bipartite graph, and draw an example with at least 3 vertices in each partition, with at least one vertex in each partition having degree greater than two.
- Find a matching for the graph in figure 22.1 (page 528).
Last modified: 21 May 2004