Recent questions tagged depth-first-search

0 votes
1 answer
7
Please list the problems where BFS alone can do and DFS alone can do and both can do??
3 votes
1 answer
8
3 votes
2 answers
9
In the ________ traversal we process all of a vertex's descendants before we move to an adjacent vertex.Depth FirstBreadth FirstWidth FirstDepth Limited
0 votes
1 answer
11
1 votes
1 answer
12
1 votes
0 answers
17
Does Back Edges in both BFS and DFS leads to cycle in a directed graph? Please elaborate.
0 votes
0 answers
20
5 votes
1 answer
21
Also let me know the approach to find back edges, cross edges, forward edges,How to solve these questions
0 votes
1 answer
24
If we apply Topological and DFS traversal.Is there any intersection of ordering? Please explain.