Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 344 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 344 Bytes

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.