8-puzzle-BFS

Overview

System requirements

Ubuntu

Build and Run Steps

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

Note

The source files (main.cpp) can be found in the app folder.

Output

The 100000 generated nodes and their parents can be found in the text file Nodes.txt in the output folder.