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

6 lines
142 B
Markdown
Raw Normal View History

2023-02-04 21:11:41 +01:00
# Maximum Weighted Matching
An `O(n**3)` implementation of maximum weighted matching in general graphs.
This is currently work-in-progress.