Content deleted Content added
Nkojuharov (talk | contribs) No edit summary |
Dinic' algorithm is more sophisticated than E-K, that's why the running time is better. |
||
Line 3:
The Edmonds-Karp algorithm runs in [[Big O notation|O]](VE<sup>2</sup>) time, where V is the number of vertices and E is the number of edges in the network.
The algorithm was first
==
* E. A. Dinic, Algorithm for solution of a problem of maximum flow in a network with power estimation, ''Soviet Math. Doklady'', Vol 11 (1970) pp1277-1280.
* J. Edmonds and R. M. Karp, Theoretical improvements in algorithmic efficiency for networkl flow problems, ''Journal of the [[Association for Computing Machinery|ACM]]'', Vol 19, No. 2 (1972) pp248-264. [http://delivery.acm.org/10.1145/330000/321699/p248-edmonds.pdf PDF (needs subscription)]
[[Category:Graph algorithms]]
|