williamfiset / Algorithms

A collection of algorithms and data structures
MIT License
16.84k stars 4.29k forks source link

Add New graphtheory Algorithm - Hungarian algorithm in Java #404

Open hunter129143 opened 9 months ago

hunter129143 commented 9 months ago

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

hunter129143 commented 9 months ago

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