Ahuja & Orlin ( Maximum Flow)

From Algorithm Wiki
Revision as of 09:33, 10 April 2023 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Time Complexity

$O(VE + V^{2} \log U)$

Space Complexity

$O(ELogU)$ words

(derived in sheet)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Word RAM

Year

1987

Reference

https://www.researchgate.net/publication/38008130_A_Fast_and_Simple_Algorithm_for_the_Maximum_Flow_Problem