hungarian-algorithm
hungarian-algorithm copied to clipboard
Extend hungarian algorithm
Hi author, Hungarian is a algorithm that divide n jobs for n people. But now, I want divide n jobs for m people and each person is in charge of 1 -> 3 jobs. So this code did it?