InterviewSolution
Saved Bookmarks
| 1. |
Which of the following algorithms does Stable marriage problem uses?(a) Gale-Shapley algorithm(b) Dijkstra’s algorithm(c) Ford-Fulkerson algorithm(d) Prim’s algorithmThis question was addressed to me in homework.My question is based upon Matching topic in section Matching of Data Structures & Algorithms II |
|
Answer» Right answer is (a) Gale-Shapley algorithm |
|