Question 2
STATE SPACE
One needs to count the number of nodes visited in each cycle of DFID __________ .
to compute the complexity of search
to make sure that the path returned is the shortest
to prevent the algorithm from getting into an infinite loop on an INFINITE graph when a goal node exists in the connected component
to prevent the algorithm from getting into an infinite loop on a FINITE graph when the goal node does not exist in the connected component