Q. What is true aboout Iterative Deepening DFS?

  • (A) it does not perform dfs in a bfs fashion.
  • (B) it is the preferred informed search method
  • (C) it’s a depth first search, but it does it one level at a time, gradually increasing the limit, until a goal is found.
  • (D) is a depth-first search with a fixed depth limit l
πŸ’¬ Discuss
βœ… Correct Answer: (C) it’s a depth first search, but it does it one level at a time, gradually increasing the limit, until a goal is found.

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
599
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Madhu
Publisher
πŸ“ˆ
96%
Success Rate