InterviewSolution
Saved Bookmarks
| 1. |
Which is the correct technique for finding a maximum matching in a graph?(a) DFS traversal(b) BFS traversal(c) Shortest path traversal(d) Heap order traversalThe question was posed to me in homework.My question is from Matching in division Matching of Data Structures & Algorithms II |
|
Answer» Right ANSWER is (b) BFS traversal |
|