Skip to content

sjatkins12/n_puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n_puzzle

A program designed to solve the classic N-Puzzle using an A* Algorithm. The A* is not a SMA* (Simplified Memory Bounded A*) or IDA* (Iterative deepening A*).

To use the puzzle genorator:

python generator.py [-su] size

'Size' will be the dimension of the puzzle (0 - 8, size = 3)

To compile and run

make
./n_puzzle start_puzzle goal_puzzle

A solution to a size 3 puzzle is given in the tests directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published