DFS (Depth First Search) can be used to find the presence of
(a) Hamiltonian cycle in a graph
(b) Eulerian circuit in a graph
(c) Cycle in a connected graph
(d) MST
Answers
Answered by
0
Answer:
c is the correct option
we can use DFS but not BFS for finding cycle in a connected graph
Similar questions