The document discusses state space search problems and techniques for solving them. It defines state space search as a process of considering successive configurations or states of a problem instance to find a goal state. Various search techniques like breadth-first search, depth-first search, and heuristic search are described. It also discusses problem characteristics that help determine the most appropriate search method, such as whether a problem can be decomposed or solution steps ignored/undone. Examples of search problems like the 8-puzzle, chess, and water jug problems are provided to illustrate state space formulation and solutions.