Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 525 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 525 Bytes

Jigsaw-Sudoku

CMake

Solve Jigsaw Sudoku using BackTracking & CSP with C++

Jigsaw Sudoku format is in io/input/format.txt

Initializing the table cells is in io/input/input.txt

Build using cmake

cmake -S . -B build
cmake --build build

Run

Make sure C++ code compiled successfully via run the application

./build/Jigsaw_Sudoku