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
solve 8-puzzle with BFS Search
Implemented the projects in this repo as a part of course CS 6364 at UT Dallas
Puzzle solver is a Java app which implements A* algorithm for numeric puzzles.
This project creates an 8 puzzle game and solves the game.
Add a description, image, and links to the 8puzzle-game topic page so that developers can more easily learn about it.
To associate your repository with the 8puzzle-game topic, visit your repo's landing page and select "manage topics."