The algorithm Depth First Iterative Deepening (DFID) combines the best features of all the state space search algorithms. It does a series of depth first searches with increasing depth bounds. Since ...
Add a description, image, and links to the dfid-algorithm topic page so that developers can more easily learn about it.