Computer Science, asked by manideepR7445, 5 months ago

How nodes are processed using depth-first search

Answers

Answered by apoorvapal48
0

Answer:

Depth first search (DFS) algorithm starts with the initial node of the graph G, and then goes to deeper and deeper until we find the goal node or the node which has no children. The algorithm, then backtracks from the dead end towards the most recent node that is yet to be completely unexplored.

Answered by Anonymous
1

Answer:

❤Answer ❤

Depth first search (DFS) algorithm starts with the initial node of the graph G, and then goes to deeper and deeper until we find the goal node or the node which has no children. The algorithm, then backtracks from the dead end towards the most recent node that is yet to be completely unexplored.

Explanation:

It's Pandit Manish.. xd...

Similar questions