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 traversal
Answer» C. shortest path traversal


Discussion

No Comment Found