Sudoku is a logic-based, combinatorial number-placement puzzle. The objective is to fill a 9×9 grid with digits so that each column, each row, and each of the nine 3×3 subgrids that compose the grid (also called "boxes", "blocks", or "regions") contain all of the digits from 1 to 9. The puzzle setter provides a partially completed grid, which for a well-posed puzzle has a single solution.
To run the 6x6 tests:
- Open terminal at root of the Repository
- Type: ./run6x6Tests.sh
- Press enter
To run the 9x9 tests:
- Open terminal at root of the Repository
- Type: ./run6x6Tests.sh
- Press enter
The results will be printed out to "./sudoku/tests/results" folder