Skip to content

Multi-threaded C program to validate the solution to a Sudoku puzzle

Notifications You must be signed in to change notification settings

eric-jacobson/SudokuSolutionChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SudokuSolutionChecker

Multithreaded C program to validate a solution to a Sudoku puzzle

Assignment for CS3600 - Operating Systems

Most Linux/Mac OS users:
gcc SudokuSolutionChecker.c -o SudokuSolutionChecker -lpthread

About

Multi-threaded C program to validate the solution to a Sudoku puzzle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages