Skip to content

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

Notifications You must be signed in to change notification settings

yfzhang229/matching-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published