Content deleted Content added
Nils Grimsmo (talk | contribs) →Complexity: Useless explanation |
Nils Grimsmo (talk | contribs) |
||
Line 3:
==Algorithm==
The algorithm is identical to the [[Ford-Fulkerson algorithm]], except that the search order when finding the augmenting path is defined. The path found must be the shortest path which has available capacity. This can be found by a [[breadth-first search]], as we let edges have unit length.
<!--
|