0 votes
in Artificial Intelligence by
What is an iterative deepening depth-first search algorithm in Artificial Intelligence?

1 Answer

0 votes
by

The repetitive search processes of level 1 and level 2 happen in this search. The search processes continue until the solution is found. Nodes are generated until a single goal node is created. Stack of nodes is saved.

...