InterviewSolution
Saved Bookmarks
| 1. |
If there are n couples who would prefer each other to their actual marriage partners, then the assignment is said to be unstable.(a) True(b) FalseThe question was posed to me in an interview for job.My question is based upon Matching topic in division Matching of Data Structures & Algorithms II |
|
Answer» RIGHT CHOICE is (a) True Best explanation: If there are N COUPLES such that a man and a woman are not married, and if they prefer each other to their actual partners, the assignment is unstable. |
|