Skip to content

This C code repository uses multithreading to verify the validity of an nxn Sudoku puzzle. The program checks each row, column, and sub-grid using multiple threads simultaneously, resulting in faster verification.

Notifications You must be signed in to change notification settings

LucasdfRocha/multithreading-sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

About

This C code repository uses multithreading to verify the validity of an nxn Sudoku puzzle. The program checks each row, column, and sub-grid using multiple threads simultaneously, resulting in faster verification.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published