/hungarian-algorithm-n3

C# implementation of the hungarian algorithm O(n^3)

Primary LanguageC#GNU General Public License v2.0GPL-2.0

Hungarian algorithm O(n^3)

C# implementation of the hungarian algorithm