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

https://github.com/sameetasadullah/validate-sudoku-using-threads

C++ program to check whether the given sudoku puzzle is valid or not. It uses threads, joins, and semaphores to do that
https://github.com/sameetasadullah/validate-sudoku-using-threads

cpp linux semaphores sudoku-checker thread-joining threads ubuntu

Last synced: 4 months ago
JSON representation

C++ program to check whether the given sudoku puzzle is valid or not. It uses threads, joins, and semaphores to do that

Awesome Lists containing this project

README

        

Validate Sudoku Using Threads

### Description
`C++ Program` to check whether the given sudoku puzzle is `Valid or not`. It uses threads, joins, and semaphores to do that.

### Manual
1) Use the following command to `Compile the Code`:
```
g++ main.cpp
```

2) Use the following command to `Run the Code`:
```
./a.out
```