Which is the correct technique for finding a maximum matching in a graph?
Posted: Wed Jul 13, 2022 6:16 pm
a) DFS traversal
b) BFS traversal
c) Shortest path traversal
d) Heap order traversal
b) BFS traversal
c) Shortest path traversal
d) Heap order traversal