EdmondsBlossom
EdmondsBlossom copied to clipboard
Edmond's maximum weighted matching algorithm (Blossom algorithm) in O(n^3)
Results
2
EdmondsBlossom issues
Sort by
recently updated
recently updated
newest added
https://github.com/mattkrick/EdmondsBlossom/blob/fab7ca8505e1577b009696c038dc804cf0acbea2/app/blossom.js#L269 I think there is a missing var at the beginning of this line, to declare the variable b. Otherwise, using this code as a module of mine, I got...