14 Jan 2004
CS 3243 - Blind Search
45
Depth-limited search
n
= depth-first search with depth limit
l
,
n
i.e., nodes at depth
l
have no successors
n
n
Recursive implementation
: