Skip to content

One-file C++ implementation of MV matching algorithm

Notifications You must be signed in to change notification settings

ggawryal/MV-matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MV-matching

An one-file and short C++ implementation of Micali and Vazirani (1980) algorithm for finding maximum cardinality matching in general graphs.

Usage

Simply compile matching.cpp file (at least c++11 needed) and run in on given tests. For implementation details, check comments in code.

About

One-file C++ implementation of MV matching algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages