Learning objectives

After this class, you should be able to:

  1. Given a network flow, apply the Edmonds-Karp algorithm to find a max-flow.
  2. Prove that the time complexity of the Edmonds-Karp algorithm is O(VE2).

Reading assignment

  1. CLR: Section 26.2, material after the max-flow min-cut theorem.
  2. CLR: Section 26.3, page 664-665.

Exercises and review questions


Last modified: 21 May 2004