📝 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