How nodes are processed using depth-first search
Answers
Answered by
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
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
Computer Science,
3 months ago
Math,
3 months ago
Math,
3 months ago
Hindi,
7 months ago
Math,
7 months ago
Hindi,
11 months ago
Environmental Sciences,
11 months ago