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

142 B

Maximum Weighted Matching

An O(n**3) implementation of maximum weighted matching in general graphs.

This is currently work-in-progress.