Skip to content

rahul1995/3x3-puzzle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3x3-puzzle-solver

Solves the 3x3 Slide puzzle

Steps:

  1. Put the board state in input.txt.
  2. Run g++ main.cpp -o main.out && ./main.out < input.txt > output.txt.
  3. Find the steps in output.txt file.

About

Solves the 3x3 Slide puzzle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages