Admissible heuristics
E.g., for the 8-puzzle:
n
h
1
(n)
= number of misplaced tiles
n
h
2
(n)
= total Manhattan distance
(i.e., no. of squares from desired location of each tile)
n
h
1
(S) = ?
n
h
2
(S) = ?