Content deleted Content added
→lede: fix formula so that it isn't split over two lines |
Citation bot (talk | contribs) Alter: editor2. Add: s2cid. | You can use this bot yourself. Report bugs here. | Suggested by Abductive | Category:Use American English from April 2019 | via #UCB_Category 435/956 |
||
Line 1:
{{Use American English|date = April 2019}}
{{Short description|algorithm to compute the maximum flow in a flow network (equivalently; the minimum cut)}}
In [[computer science]], 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 [[big O notation|<math>O(|V||E|^2)</math>]] time. The algorithm was first published by Yefim Dinitz (whose name is also transliterated "E. A. Dinic", notably as author of his early papers) in 1970<ref>{{cite journal |first=E. A. |last=Dinic |title=Algorithm for solution of a problem of maximum flow in a network with power estimation |journal=Soviet Mathematics - Doklady |volume=11 |pages=1277–1280 |publisher=Doklady |year=1970 }}</ref><ref name=ipv>{{cite book | author = Yefim Dinitz | editor = [[Oded Goldreich]] |editor2=Arnold
==Algorithm==
|