Depth Limited Search(DLS) = Limited Level + Depth First Search(DFS)
Iterative Deepening means using Depth Limited Search(DLS), as the Limited Level increases until the goal node is found.
Depth Limited Search(DLS) = Limited Level + Depth First Search(DFS)
Iterative Deepening means using Depth Limited Search(DLS), as the Limited Level increases until the goal node is found.