Sleator & Tarjan ( Maximum Flow): Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Time Complexity == $O(VELogV)$ == Space Complexity == $O(E)$ words (can be derived?) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 1983 == Reference == https://www-sciencedirect-com.ezproxy.canberra.edu.au/science/article/pii/0022000083900065") |
No edit summary |
||
Line 1: | Line 1: | ||
== Time Complexity == | == Time Complexity == | ||
$O( | $O(VE \log V)$ | ||
== Space Complexity == | == Space Complexity == |
Latest revision as of 08:33, 10 April 2023
Time Complexity
$O(VE \log V)$
Space Complexity
$O(E)$ words
(can be derived?)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1983
Reference
https://www-sciencedirect-com.ezproxy.canberra.edu.au/science/article/pii/0022000083900065