The n puzzle is a generalized version of 8 puzzle, 15 puzzle, etc. The basic aim is to reach the goal state given an initial state. The program is developed to generate a random scenario where you can select the type of puzzle required. Appropriate steps can be performed to get to the goal state. This might not be always possible. The program also has an automated result. A* algorithm is used to solve it through the goal state.
- Date Created: 02 May 2018
- Last Modification Date: 20 APR 2022