InterviewSolution
Saved Bookmarks
| 1. |
_____________ is a matching with the largest number of edges.(a) Maximum bipartite matching(b) Non-bipartite matching(c) Stable marriage(d) SimplexThis question was posed to me by my college director while I was bunking the class.This intriguing question originated from Matching topic in portion Matching of Data Structures & Algorithms II |
|
Answer» RIGHT ANSWER is (a) MAXIMUM bipartite matching The best EXPLANATION: Maximum bipartite matching matches TWO elements with a property that no two edges share a vertex. |
|