π Hungarian Assignment Algorithm (Maximum Weighted Bipartite Matching) π TODO implementation of graph-based hungarian assignment algorithm unittest π¨ How to Build make default # to build library make apps # to build examples make unittest # to build unittests π How to Run run simple sample ./build/examples/hungarian_algorithm_app π References Bipartite Matching & the Hungarian Method by Subhash Suri Assignment Problem @ TopCoder Python implementation