Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 378 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 378 Bytes

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*