Update README, section repository structure
This commit is contained in:
parent
43502512ee
commit
8eb6b77523
|
@ -66,7 +66,9 @@ matching algorithm.
|
||||||
run_matching.py : Command-line program to run the matching algorithm
|
run_matching.py : Command-line program to run the matching algorithm
|
||||||
|
|
||||||
cpp/
|
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
|
test_mwmatching.cpp : Unit tests
|
||||||
run_matching.cpp : Command-line program to run the matching algorithm
|
run_matching.cpp : Command-line program to run the matching algorithm
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue