Gabow (general Maximum-weight matching)
Revision as of 11:18, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(n^{3})$ == Space Complexity == words () == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 1974 == Reference == https://www-proquest-com.ezproxy.canberra.edu.au/docview/287948024?pq-origsite=gscholar&fromopenview=true")
Time Complexity
$O(n^{3})$
Space Complexity
words
()
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1974