yfzhang229 / matching-project

maximum cardinality matching by Edmonds' algorithm, an implementation based on union find data structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matching Project

Towards the maximum cardinality matching problem in general graphs, oue of the most remarkable work is the Edmonds' blossom algorithm. An implementation with the union find data structure can obtain $O(mn\alpha(m,n))$ complexity.

About

maximum cardinality matching by Edmonds' algorithm, an implementation based on union find data structure


Languages

Language:Python 76.6%Language:Jupyter Notebook 23.4%