Content deleted Content added
Nils Grimsmo (talk | contribs) Cleaned a bit |
Nils Grimsmo (talk | contribs) EK discovered it in 1969, according to Goldberg and Tarjan |
||
Line 1:
In [[computer science]] and [[graph theory]], the '''Edmonds-Karp algorithm''' is an implementation of the [[Ford-Fulkerson algorithm|Ford-Fulkerson method]] for computing the [[maximum flow problem|maximum flow]] in a [[flow network]] in <math>O(VE^2)</math>. It is asymptotically slower than the [[relabel-to-front algorithm]], which runs in <math>O(V^3)</math>, but it is often faster in practice for [[sparse graph]]s. The algorithm was first published by a Russian scientist, Dinic, in 1970{{ref|Din70}}, and
==Algorithm==
|