williamfiset / Algorithms

A collection of algorithms and data structures
MIT License
17.18k stars 4.34k forks source link

Add New graphtheory Algorithm - Hungarian algorithm in Java #405

Open hunter129143 opened 12 months ago

hunter129143 commented 12 months ago

The Hungarian algorithm is mainly used to solve some problems related to bipartite graph matching.The code I uploaded mainly addresses the issue of minimum point coverage, and I hope it will be helpful