Question 4
SEARCH ALGORITHMS Answer the given subquestions.
Under what cases does Depth First Iterative Deepening (DFID) guarantee to find the shortest path if one exists?
When it inspects only new nodes.
When it inspects new as well as open nodes.
When it inspects new as well as closed nodes.
None of these