Skip to content

joubeh/8puzzle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8 Puzzle solver

This app solves 8 puzzle with this algorithms

  • IDS ( Iterative deepening depth-first search )
  • A* ( A Star )
  • GreedyBFS ( Greedy best first search )

Demo here


Run the app localy

  • Make sure you have Node JS installed
  • Install dependencies using npm install
  • Start the app using npm starton localhost port 3000

More info

App ui is made with ReactJS but algorithms are in prue javascript you can find them on src/algorithms

About

8 Puzzle Solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors