

McqMate
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). |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet