3x3-puzzle-solver Solves the 3x3 Slide puzzle Steps: Put the board state in input.txt. Run g++ main.cpp -o main.out && ./main.out < input.txt > output.txt. Find the steps in output.txt file.