Skip to main content

Explain state space tree


state is each node in the depth-first search tree. State space is the set of all paths from root node to other nodes. Solution states are the problem states s for which the path from the root node to s defines a tuple in the solution space
Posted by -