Closed rahulrana701 closed 5 months ago
Under what category does this algo. lie in?
Under what category does this algo. lie in?
Number Theory
@Kumar-laxmi Checkout this issue as well https://github.com/Kumar-laxmi/Algorithms/issues/1089#issue-1745113780
@Kumar-laxmi Can you assign me the issue..
I want to work on this.
Stale issue message
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.