kuhn-munkres topic

List kuhn-munkres repositories

pathfinding

816
Stars
67
Forks
Watchers

Pathfinding library for rust

hungarian-algorithm

46
Stars
6
Forks
Watchers

(Kuhn-Munkres) numpy implementation, rectangular matrix is supported (|X| <= |Y|). 100x100000 in 0.153 s.

hungarian_optimizer

28
Stars
9
Forks
Watchers

A C++ demo for Hungarian algorithm (Kuhn-Munkres algorithm).

HungarianAlgorithm

35
Stars
14
Forks
Watchers

A Java implementation of the Kuhn–Munkres assignment algorithm (Hungarian Algorithm)

hungarian_algorithm

16
Stars
5
Forks
Watchers

An implementation of the Hungarian Algorithm in C++