Algorithms
This page lists implementations of algorithms that may or may not be useful to you.
This page lists implementations of algorithms that may or may not be useful to you.
The Kuhn-Munkres algorithm, also known as the Hungarian algorithm or the Munkres assignment algorithm is a combinatorial optimization algorithm which solves assignment problems in polynomial time (O(n3)).