An open API service indexing awesome lists of open source software.

https://github.com/bcanozter/multithreaded-sudoku-checker

9x9 Sudoku Checker
https://github.com/bcanozter/multithreaded-sudoku-checker

computer-engineering computer-science cpp multithreading sudoku-checker

Last synced: 3 months ago
JSON representation

9x9 Sudoku Checker

Awesome Lists containing this project

README

        

## Table of contents
* [General info](#general-info)
* [Technologies](#technologies)
* [Compiling](#compiling)
* [Preview](#preview)
* [Author](#author)

## General info
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.

## Technologies
Project is created with:
* XCode version: 10.2.1

## Compiling

To compile this software you must use a gcc terminal.
1. Open the bash terminal
2. To compile, $ g++ --std=c++11 -o run.out main.cpp
3. To run, ./run.out

## Preview

## Author

* Burak Can Ozter
* [email protected]