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
cmake -S . -B build
cmake --build build
Make sure C++ code compiled successfully via run the application
./build/Jigsaw_Sudoku