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