commit 817f1bd4e8f1b4c08c30d4b1bda94bdfecba3e49 Author: Joris van Rantwijk Date: Sat Feb 4 21:11:41 2023 +0100 Add README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..75cac80 --- /dev/null +++ b/README.md @@ -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.