| Description: | Minimum bipartite matching algorithm |
| Status: | Complete |
| Source: | https://git.maandree.se/hungarian-algorithm-n3 |
| Latest release: | None, neither designed as an application nor library |
| License: | Do What The Fuck You Want To Public License, Version 2 |
| Written in: | C (ISO C99) |
𝓞(n³) implementation of the Hungarian algorithm, also known as the Hungarian method, Kuhn–Munkres algorithm or Munkres assignment.