Kuhn-Munkres (aka Hungarian) algorithm for solving the Assignment Problem in O(n^3), written in Rust.
.gitignore | ||
LICENSE | ||
README.md |
munkres-rs
Kuhn-Munkres (aka Hungarian) algorithm for solving the Assignment Problem written in Rust.
.gitignore | ||
LICENSE | ||
README.md |
Kuhn-Munkres (aka Hungarian) algorithm for solving the Assignment Problem written in Rust.