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

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



Solution 1:[1]

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.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 crizCraig