Background: Complete Search Algorithm (Backtracking)
basic, systematic, depth-first tree search algorithm
complete: can find a solution if one exists, and can detect the fact if a problem is unsolvable
...
x1
x2
x3
x4
6
6
6
6
Prev
Next
Top
With Graphics