8-Puzzle Solver A 8-puzzle solver written in C++. See REPORT.pdf for a detailed description. Build and run Using Meson meson _build meson compile -C _build ./_build/eight-puzzle Manual compile g++ eight_puzzle/*.cpp eight_puzzle/*.hpp ./a.out