Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brian-gates/hungarian

The Hungarian algorithm solves the assignment problem in polynomial time. Also known as: Munkres algorithm.
https://github.com/brian-gates/hungarian

algorithm assignment-problem hungarian-algorithm munkres-algorithm

Last synced: 28 days ago
JSON representation

The Hungarian algorithm solves the assignment problem in polynomial time. Also known as: Munkres algorithm.

Awesome Lists containing this project

README

        

# Hungarian/Munkres Algorithm

This is a JavaScript implementation of the [Hungarian/Munkres algorithm](https://en.wikipedia.org/wiki/Hungarian_algorithm) for solving the [assignment problem](https://en.wikipedia.org/wiki/Assignment_problem) in polynomial time.