Q.

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 traversal
Answer» B. bfs traversal
Explanation: the correct technique for finding a maximum matching in a bipartite graph is by using a breadth first search(bfs).
783
0
Do you find this helpful?
7

Discussion

No comments yet