Error!
Success!

Hungarian Algorithm in C#

0
kicks

Hungarian Algorithm in C#  (Unpublished)

The Hungarian algorithm, also known as the Kuhn-Munkres algorithm, is well-known to be the most efficient algorithm for solving the assignment problem. In fact, it does what is considered by many to an exponential time algorithm (more specifically, factorial time), in O(n^3). This post provides C# 3.0 source code for applying the Hungarian algorithm to any cost matrix.


Kicked By:
Drop Kicked By: