8 Puzzle State Space Representation of Problems
8 Puzzle State Space Representation of Problems
N is a set of nodes or states of the graph. These correspond to the states in a problem-solving process. A is the set of arcs between the nodes. These correspond to the steps or moves in a problem-solving process. S , a nonempty subset of N , contains the start state(s) of the problem. GD , a nonempty subset of N , contains the goal state(s) of the problem. The states in GD are described using either: 1. A measurable property of the states encountered in the search. 2. A property of the path developed in the search.
A solution path is a path through this graph from a node in S to a node in GD.