English, asked by thavasikumar36, 4 months ago

explain Hungarian algoritham ​

Answers

Answered by MyOwnWorstCritic
1

Answer:

The Hungarian Method is based on the principle that if a constant is added to every element of a row and/or a column of cost matrix, the optimum solution of the resulting assignment problem is the same as the original problem and vice versa.

Hope it helps :)

Answered by 713shreyapalkar
2

Answer:

The Hungarian method is a combinatorial optimization algorithm that solves the assignment problem in polynomial time and which anticipated later primal–dual methods. It was developed and published in 1955 by Harold Kuhn, who gave the name "Hungarian method" because the algorithm was largely based on the earlier works of two Hungarian mathematicians: Dénes Kőnig and Jenő Egerváry.[1][2]

James Munkres reviewed the algorithm in 1957 and observed that it is (strongly) polynomial.[3] Since then the algorithm has been known also as the Kuhn–Munkres algorithm or Munkres assignment algorithm. The time complexity of the original algorithm was {\displaystyle O(n^{4})} O(n^{4}), however Edmonds and Karp, and independently Tomizawa noticed that it can be modified to achieve an {\displaystyle O(n^{3})} O(n^{3}) running time.[4][5][how?] One of the most popular[citation needed] {\displaystyle O(n^{3})} O(n^{3}) variants is the Jonker–Volgenant algorithm.[6] Ford and Fulkerson extended the method to general maximum flow problems in form of the Ford–Fulkerson algorithm. In 2006, it was discovered that Carl Gustav Jacobi had solved the assignment problem in the 19th century, and the solution had been published posthumously in 1890 in Latin.[7]

Similar questions