Micali; Vazirani ( Maximum-Weight Matching): Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
(Created page with "== Time Complexity == $O(n^{3} logn)$ == Space Complexity == () == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == == Year == 1980 == Reference == https://ieeexplore.ieee.org/document/4567800")
 
No edit summary
 
Line 1: Line 1:
== Time Complexity ==  
== Time Complexity ==  


$O(n^{3} logn)$
$O(n^{3} \log n)$


== Space Complexity ==  
== Space Complexity ==  

Latest revision as of 10:30, 28 April 2023

Time Complexity

$O(n^{3} \log n)$

Space Complexity

()

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Year

1980

Reference

https://ieeexplore.ieee.org/document/4567800