Skip to content

A Sudoku puzzle uses a 9 × 9 grid in which each column and row, as well as each of the nine 3 × 3 sub grids, must contain all of the digits 1 ··· 9. This code consists of designing a multithreaded application that determines whether the Sudoku puzzle is valid or not.

Notifications You must be signed in to change notification settings

sanaa-khan/Sudoku-Validation-with-Multithreading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sudoku-Validation-with-Multithreading

A Sudoku puzzle uses a 9 × 9 grid in which each column and row, as well as each of the nine 3 × 3 sub grids, must contain all of the digits 1 ··· 9. This code consists of designing a multithreaded application that determines whether the Sudoku puzzle is valid or not.

Contact

Need help? Got any queries? Feel free to hit me up at [email protected].

About

A Sudoku puzzle uses a 9 × 9 grid in which each column and row, as well as each of the nine 3 × 3 sub grids, must contain all of the digits 1 ··· 9. This code consists of designing a multithreaded application that determines whether the Sudoku puzzle is valid or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages