1
0
Fork 0

Add README.md

This commit is contained in:
Joris van Rantwijk 2023-02-04 21:11:41 +01:00
commit 817f1bd4e8
1 changed files with 5 additions and 0 deletions

5
README.md Normal file
View File

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