# EdmondsBlossom
Edmond's maximum weighted matching algorithm (Blossom algorithm) in O(n^3)

This is a clone of https://github.com/mattkrick/EdmondsBlossom but with fixed variable declarations
