1
0
Fork 0
maximum-weight-matching/README.md

6 lines
142 B
Markdown

# Maximum Weighted Matching
An `O(n**3)` implementation of maximum weighted matching in general graphs.
This is currently work-in-progress.