1.

Which algorithm is used to solve a minimum cut algorithm?(a) Gale-Shapley algorithm(b) Ford-Fulkerson algorithm(c) Stoer-Wagner algorithm(d) Prim’s algorithmThe question was posed to me in exam.I would like to ask this question from Minimum Cut in section Minimum Cut of Data Structures & Algorithms II

Answer»

Correct ANSWER is (C) Stoer-Wagner algorithm

Best explanation: Minimum CUT algorithm is solved using Stoer-Wagner algorithm. Maximum flow PROBLEM is solved using Ford-Fulkerson algorithm. Stable MARRIAGE problem is solved using Gale-Shapley algorithm.



Discussion

No Comment Found

Related InterviewSolutions