solving 8 Puzzle with A*, Recursive Best First Search and BFS
-
Updated
Oct 18, 2019 - Java
solving 8 Puzzle with A*, Recursive Best First Search and BFS
A* and IDA* search implemented in Java.
solve 8-puzzle with BFS Search
8 puzzle BFS in Java
8 puzzle solver using BFS, DFS and A* , It has simulation that shows the path from start till reaching the goal.
Implementation of simple algorithms for AI like planning ang graph search
Puzzle solver is a Java app which implements A* algorithm for numeric puzzles.
Solving 8Puzzle by using a Min PriorityQueue.
An application that uses A* algorithm and uniform cost search to solve 8-puzzle.
Implementation of the 8-puzzle problem using A Star algorithm (Java)
Solving 8 puzzle board game using hill Climbing algorithm.
4️⃣ Coursera: Algorithms Part 1 - Princeton University | Week 4
Implementation of various Artificial Intelligence problems in java
Lab assignments for the course "Algorithms", offered by Princeton University on Coursera.
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."