[Solved] PL/SQL Implementation of Hungarian/Kuhn-Munkres Algorithm [closed]


I couldn’t find one…so I made one. Now I want to share it with anyone else who needs it. It has been tested and validated, and any additional comments are welcome.

https://github.com/manas1213/hungarian_algorithm

This is based on the comprehensive algorithm outlined at http://csclab.murraystate.edu/bob.pilgrim/445/munkres.html.

solved PL/SQL Implementation of Hungarian/Kuhn-Munkres Algorithm [closed]