/Hungarian

Hungarian algorithm

Primary LanguageC++

This is a C++ implementation of the Hungarian Method in solving minimum-weighted sum problem. You can find the explanation here: pavelkang.wordpress.com/2014/03/23/assignment-problem-hungarian-algorithm.