williamfiset / Algorithms

A collection of algorithms and data structures
MIT License
17.39k stars 4.38k forks source link

Add New graphtheory Algorithm - Hungarian algorithm in Java #404

Open hunter129143 opened 1 year ago

hunter129143 commented 1 year ago

I think adding a new graphtheory algorithm is useful. The Hungarian algorithm is a good solution for bipartite graph matching problems

hunter129143 commented 1 year ago

The Hungarian algorithm can also be used in multi-agent collaboration for target allocation, with remarkable effectiveness