A simple command-line Java program for solving the n-puzzle using various search strategies.
-
Updated
Dec 3, 2020 - Java
A simple command-line Java program for solving the n-puzzle using various search strategies.
AI course works.Implementation of popular N-puzzle,Mancala and Decision tree
🔢 N-Puzzle solver built up on A* (with modifications), Greedy and Uniform Cost search algorithms. Available Heuristics are one of Manhattan, Hamming and Euclidean
Game
Add a description, image, and links to the npuzzle-solver topic page so that developers can more easily learn about it.
To associate your repository with the npuzzle-solver topic, visit your repo's landing page and select "manage topics."