InterviewSolution
Saved Bookmarks
| 1. |
A matching M is maximal if and only if there exists no augmenting path with respect to M.(a) True(b) FalseThe question was posed to me in unit test.This question is from Matching in portion Matching of Data Structures & Algorithms II |
|
Answer» RIGHT option is (a) True The explanation is: ACCORDING to the theorem discovered by the French MATHEMATICIAN CLAUDE Berge, it means that the CURRENT matching is maximal if there is no augmenting path. |
|