Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

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

Open rahulrana701 opened this issue 1 year ago • 5 comments

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.

rahulrana701 avatar Jun 09 '23 18:06 rahulrana701

Under what category does this algo. lie in?

Kumar-laxmi avatar Jun 10 '23 03:06 Kumar-laxmi

Under what category does this algo. lie in?

Number Theory

rahulrana701 avatar Jun 10 '23 06:06 rahulrana701

@Kumar-laxmi Checkout this issue as well https://github.com/Kumar-laxmi/Algorithms/issues/1089#issue-1745113780

rahulrana701 avatar Jun 10 '23 06:06 rahulrana701

@Kumar-laxmi Can you assign me the issue..

rahulrana701 avatar Jun 12 '23 07:06 rahulrana701

I want to work on this.

rahulrana701 avatar Jun 12 '23 07:06 rahulrana701

Stale issue message

github-actions[bot] avatar May 28 '24 16:05 github-actions[bot]