Chandran and Hochbaum (Bipartite Graph MCM Maximum Cardinality Matching)

From Algorithm Wiki
Revision as of 08:56, 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(min(V*k, E)$+sqrt(k)*min(k^{2}, E))

Space Complexity

$O(E)$?? words

(Designs a flow network and runs pseudoflow algorithms on graph; space can be reused if too many residual graphs are created)

Description

Approximate?

Exact

Randomized?

Yes,

Model of Computation

Word RAM

Year

2011

Reference

https://arxiv.org/abs/1105.1569