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

The best EXPLANATION: The CORRECT technique for FINDING a MAXIMUM matching in a bipartite graph is by using a Breadth First Search(BFS).



Discussion

No Comment Found

Related InterviewSolutions