├── Hungarian.cpp ├── Hungarian.h ├── LICENSE ├── README.txt ├── license.txt ├── makefile └── testMain.cpp /Hungarian.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcximing/hungarian-algorithm-cpp/HEAD/Hungarian.cpp -------------------------------------------------------------------------------- /Hungarian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcximing/hungarian-algorithm-cpp/HEAD/Hungarian.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcximing/hungarian-algorithm-cpp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcximing/hungarian-algorithm-cpp/HEAD/README.txt -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcximing/hungarian-algorithm-cpp/HEAD/license.txt -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcximing/hungarian-algorithm-cpp/HEAD/makefile -------------------------------------------------------------------------------- /testMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcximing/hungarian-algorithm-cpp/HEAD/testMain.cpp --------------------------------------------------------------------------------