1
0
Fork 0

Update README, section repository structure

This commit is contained in:
Joris van Rantwijk 2024-11-26 20:07:23 +01:00
parent 43502512ee
commit 8eb6b77523
1 changed files with 3 additions and 1 deletions

View File

@ -66,7 +66,9 @@ matching algorithm.
run_matching.py : Command-line program to run the matching algorithm
cpp/
mwmatching.h : C++ implementation of maximum weight matching
mwmatching.hpp : C++ implementation of maximum weight matching
concatenable_queue.hpp : Data structure used by matching algorithm
priority_queue.hpp : Data structure used by matching algorithm
test_mwmatching.cpp : Unit tests
run_matching.cpp : Command-line program to run the matching algorithm