adplus-dvertising
frame-decoration

Question

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.

its 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

Answer: (c).its a depth first search, but it does it one level at a time, gradually increasing the limit, until a goal is found.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is true aboout Iterative Deepening DFS?