Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
315 stars 365 forks source link

Hungarian Algorithm in c, c++ , java , python #1428

Closed rahulrana701 closed 5 months ago

rahulrana701 commented 1 year ago

Is your feature request related to a problem? Please describe. Yes, my feature request is related to a problem. I would like to implement Hungarian algorithm using C, C++, Python and Java languages.

The Hungarian algorithm, also known as the Kuhn-Munkres algorithm, is an optimization algorithm used to solve the assignment problem in combinatorial optimization. The Hungarian algorithm provides an efficient solution to this problem by utilizing the concept of bipartite graphs and the technique of augmenting paths.

Describe the solution you'd like I would like a solution that provides an implementation of the Hungarian algorithm using C, C++, Python and Java languages.

I would like to work on this issue under SSOC 2023. Please assign it to me.

github-actions[bot] commented 5 months ago

Stale issue message