Depth First Search
a
b
c
d
e
f
g
h
Maintain stack of nodes to visit
Evaluation
Complete?
Time Complexity?
Space Complexity?
Not for infinite spaces
O(b^d)
O(d)
Previous slide
Next slide
Back to first slide
View graphic version