This project is done in C for the course of OS, in which pthreads are used to validate the solution of the puzzle. Moreover the game has 3 difficulty levels based upon the number of empty spaces on board. In the validator, total 11 threads are created. 1 for rows, 1 for columns and 9 for 9 grids of 3x3 cells. The major focus was on use of threads for building sudoku validator and then game was added to it afterwards.
-
Notifications
You must be signed in to change notification settings - Fork 0
This project is done for the course of OS, in which pthreads are used to validate the solution of the puzzle. Moreover the game has 3 difficulty levels based upon the number of empty spaces on board. In the validator, total 11 threads are created. 1 for rows, 1 for columns and 9 for 9 grids of 3x3 cells. The major focus was on use of threads for…
devknight123/Sudoku-game-and-Solution-Validator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This project is done for the course of OS, in which pthreads are used to validate the solution of the puzzle. Moreover the game has 3 difficulty levels based upon the number of empty spaces on board. In the validator, total 11 threads are created. 1 for rows, 1 for columns and 9 for 9 grids of 3x3 cells. The major focus was on use of threads for…
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published