Devraj1405/8_Puzzle_A-_Algorithm
Here I have implemented the 8 puzzle problem using the A* algorithm. Any state can be entered as the initial state and goal state can be defined by the user. It will give the output and print the number of nodes explored, expanded and number of steps it took to reach the output along with printing the moves of each step.
Python
Stargazers
No one’s star this repository yet.