Skip to content

kgholami65/N_puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N_puzzle

python program to solve n_puzzle using a-star algorithm
input example : the first line is the value of n.
3
1 2 3
4 6 5
8 7 0
the 0 number represents the blank piece

Releases

No releases published

Packages

No packages published

Languages