Where is a PL/SQL implementation of the Hungarian/Kuhn-Munkres Algorithm? There don't appear to be any online that I can find.
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.