8 Puzzle Solver Using Classical Search Algorithms: DFS | BFS | A*
-
Updated
Nov 1, 2023 - Python
8 Puzzle Solver Using Classical Search Algorithms: DFS | BFS | A*
8 Puzzle Game Solver using A*, BFS and DFS
A program to solve 8 Puzzle problem using A* search Algorithm
School assignment number 1 for course Artificial Intelligence in Python - Solver for 8-Puzzle Problem using Greedy Algorithm
Finding all the possible states of the 8-Puzzle starting from the given initial state until the goal node is reached. States being unique. •Using the initial state of the puzzle, performing different moves in all the directions to generate new states. Using BFS to reach the goal. Back tracking for solving the problem
A university assignment to solve an 8-puzzle using A star as solution path searching algorithm.
Add a description, image, and links to the 8puzzle-solver topic page so that developers can more easily learn about it.
To associate your repository with the 8puzzle-solver topic, visit your repo's landing page and select "manage topics."