A multithreaded Sudoku Solution Checker program that accepts a Sudoku solution from the user as input, and determines whether the solution is valid or invalid.
This sudoku solution checker is using 9 threads to check each subgrid and 2 threads to check each row and column.
The program is also able to determine which row or column has an error and returns number.
Project is created with:
- XCode version: 10.2.1
To compile this software you must use a gcc terminal.
- Open the bash terminal
- To compile, $ g++ --std=c++11 -o run.out main.cpp
- To run, ./run.out
- Burak Can Ozter
- burak.ozter@dal.ca