Add New graphtheory Algorithm - Hungarian algorithm in Java
Author: hunter129143Created Oct 7, 2023Updated Jan 29, 2025
I think adding a new graphtheory algorithm is useful. The Hungarian algorithm is a good solution for bipartite graph matching problems
Source: williamfiset/algorithms