14 Jan 2004
CS 3243 - Blind Search
16
Example: The 8-puzzle
n
n
n
n
n
n
states?
locations of tiles
n
actions?
move blank left, right, up, down
n
goal test?
= goal state (given)
n
path cost?
1 per move
n
n
[Note: optimal solution of
n
-Puzzle family is NP-hard]
n