[prev] 79 [next]

Exercise #11: Edmonds-Karp Algorithm

Show how Edmonds-Karp algorithm runs on:

[Diagram:Pic/network.png]


flow [0][1][2][3][4][5]
[0]
[1]
[2]
[3]
[4]
[5]
c-f [0][1][2][3][4][5]
[0] 23
[1] 3 1
[2] 1 1
[3] 2
[4] 3
[5]