Test 1 Name __________________ Score __
| A | B | C |
and goal is the blocks are to be stacked as:
| A |
| B |
| C |
Problem constraints are:
Diagram the full state space.
Number the search tree nodes as added to the fringe by depth-first search and breadth-first search.
Uniform cost (or Branch and Bound or Dijkstra's algorithm)
g(n) is the path cost to node n. Always expand least cost node first placing in queue ordered by path cost g(n). From our map, the step cost is the distance between towns.
Give the next three fringe values starting from initial state Sibiu.
Map of Romania with straight-line distances to Bucharest on right


Initial Goal
283 123
164 8 4
7 5 765
Define the four inputs for a palindrome CSP of length 5 (e.g. 'abcba').