Skip to content

A simple command-line Java program for solving the n-puzzle using various search strategies.

Notifications You must be signed in to change notification settings

pkazmierski/n-puzzle-solver

Repository files navigation

N-puzzle Solver (work in progress)

A simple command-line Java program for solving the n-puzzle using various search strategies.

Search strategy Implemented
BFS
DFS
IDFS
Best-first search
A*
SMA*