As promised, here is the updated version of my Munkres
algorithm code. The memory leak issue has been fixed, as well as the problems with the code sometimes failing to find a linear assignment for larger matrices.
How I'm starting my React apps now
tl;dr, clone [https://github.com/saebyn/my-react-app](https://github.com/saebyn/my-react-app)## IntroductionFor this setup, I have node v...… Continue reading