# The Weighted Matching Approach to Maximum Cardinality Matching

**Authors:** Harold N. Gabow

arXiv: 1703.03998 · 2017-03-14

## TL;DR

None

## Contribution

None

## Abstract

Several papers have achieved time $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(\sqrt n m)$.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.03998/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1703.03998/full.md

## References

15 references — full list in the complete paper: https://tomesphere.com/paper/1703.03998/full.md

---
Source: https://tomesphere.com/paper/1703.03998