14 Jan 2004
CS 3243 - Blind Search
41
Depth-first search
nExpand deepest unexpanded node
nImplementation:
nfringe = LIFO queue, i.e., put successors at front