Depth-limited Search

A depth-limited search is a modification of a depth-first search which imposes a limit on the height of the search tree.

This page is a redirect to Iterative Deepening#depth-limited-search.