English

The Weighted Matching Approach to Maximum Cardinality Matching

Data Structures and Algorithms 2017-03-14 v1

Abstract

Several papers have achieved time O(nm)O(\sqrt n m) for cardinality matching, starting from first principles. This results in a long derivation. We simplify the task by employing well-known concepts for maximum weight matching. We use Edmonds' algorithm to derive the structure of shortest augmenting paths. We extend this to a complete algorithm for maximum cardinality matching in time O(nm)O(\sqrt n m).

Keywords

Cite

@article{arxiv.1703.03998,
  title  = {The Weighted Matching Approach to Maximum Cardinality Matching},
  author = {Harold N. Gabow},
  journal= {arXiv preprint arXiv:1703.03998},
  year   = {2017}
}

Comments

18 pages