Ubuntu
In a new terminal:
git clone --recursive https://github.com/smahajan07/8puzzle-BFS
cd 8puzzle-BFS
mkdir build
cd build
cmake ..
make
./app/shell-app
The source files (main.cpp) can be found in the app folder.
The 100000 generated nodes and their parents can be found in the text file Nodes.txt in the output folder.