Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

8-puzzle

8 puzzle solver using BFS, DFS and A star

Usage

python 8-puzzle.py ast 8,2,3,7,5,1,0,6,4
python 8-puzzle.py bfs 8,2,3,7,5,1,0,6,4
python 8-puzzle.py dfs 8,2,3,7,5,1,0,6,4

Output will be saved to output.txt

About

8 puzzle solver using BFS, DFS and A star

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages