There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
The program is implemented in Java to solve 8-Puzzle using Informed and Uninformed Search Algorithms like (BFS, DFS & A*). The solver is supported with nice GUI to view the steps of reaching the goal state from the initial state.