Podcast
Questions and Answers
Who developed the Hungarian method?
Who developed the Hungarian method?
- Jeno Egervary
- Harold Kuhn (correct)
- James Munkres
- Denes Konig
What type of problem does the Hungarian method solve?
What type of problem does the Hungarian method solve?
- The maximum flow problem
- The traveling salesman problem
- The shortest path problem
- The assignment problem (correct)
What is the time complexity of the original Hungarian method?
What is the time complexity of the original Hungarian method?
- $O(n^3)$
- $O(n ext{ log } n)$
- $O(n^4)$ (correct)
- $O(n^2)$
Which algorithm is a popular $O(n^3)$ variant of the Hungarian method?
Which algorithm is a popular $O(n^3)$ variant of the Hungarian method?
Who extended the Hungarian method to general maximum flow problems?
Who extended the Hungarian method to general maximum flow problems?
Flashcards are hidden until you start studying