Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 687 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 687 Bytes

Sudoku

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:

  1. Open terminal at root of the Repository
  2. Type: ./run6x6Tests.sh
  3. Press enter

To run the 9x9 tests:

  1. Open terminal at root of the Repository
  2. Type: ./run6x6Tests.sh
  3. Press enter

The results will be printed out to "./sudoku/tests/results" folder