1
20kviews
Explain Depth Limited Search
1 Answer
1
871views

In order to avoid the infinite loop condition arising in DFS, in depth limited search technique, depth-first search is carried out with a predetermined depth limit.

As in case of DFS in DLS we can use the same fringe implemented as queue.

Additionally the level of each node needs to …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.