项目作者: yfzhang229

项目描述 :
maximum cardinality matching by Edmonds' algorithm, an implementation based on union find data structure
高级语言: Python
项目地址: git://github.com/yfzhang229/matching-project.git
创建时间: 2020-06-12T17:31:38Z
项目社区:https://github.com/yfzhang229/matching-project

开源协议:

下载


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.