Skip to content

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…

Notifications You must be signed in to change notification settings

devknight123/Sudoku-game-and-Solution-Validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku game and Solution Validator

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.

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

No packages published

Languages