About this document
8 Puzzle Problem Solutions in Python by mananprajapati957 is a document available to read on EtoBox.
The document outlines a lab exercise for solving the 8 puzzle problem using two search algorithms: Depth Limited Search (DLS) and Breadth First Search (BFS). It includes code implementations for both algorithms, detailing the structure of the Node class, functions for generating possible actions, and methods for checking goal states. The lab aims to determine the minimum moves and sequence of moves required to reach the goal configuration from a given initial state.
- Author
- mananprajapati957
- Language
- EN