A university assignment to solve an 8-puzzle using A star as solution path searching algorithm.
-
Updated
Aug 25, 2024 - Python
A university assignment to solve an 8-puzzle using A star as solution path searching algorithm.
Puzzle8 solver - school project
Implementation of simple algorithms for AI like planning ang graph search
Artificial Intelligence Search Algorithms implemented for solving 8 puzzle
An 8Puzzle application made in dotnet and blazor in Artificial Intelligence classes during the graduation on BSc. Informations System on UNOESTE/FIPP.
8 Puzzle solved using A* algorithm
4️⃣ Coursera: Algorithms Part 1 - Princeton University | Week 4
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
8 Puzzle Problem Mapping into Search. Using A* Algorithm to find the Shortest path.
8 puzzle problem using artificial intelligence
An application that uses A* algorithm and uniform cost search to solve 8-puzzle.
Puzzle solver is a Java app which implements A* algorithm for numeric puzzles.
Dyce&Dyne is a modern-day food ordering website. Instead of the traditional PROMO Code technique, we introduce games & quizzes. A user can play games and earn rewards in the ratio of their respective score. The games are 8 Puzzle and connect4. Algorithms like minimax with alpha-beta pruning, A* are used for these games. We have also solved the v…
The 8-puzzle game and also lets the user get it solved by the (A* heuristics based) A.I
[Python] Implementação de modelos matemáticos para a resolução do jogo 8Puzzle utilizando busca heurística, hillclimb e A*.
Add a description, image, and links to the 8puzzle topic page so that developers can more easily learn about it.
To associate your repository with the 8puzzle topic, visit your repo's landing page and select "manage topics."