Skip to content

Multi-threaded Sudoku solution checker implemented in C

Notifications You must be signed in to change notification settings

attwoodn/c-sudoku-checker

Repository files navigation

Group members:
	Noah Attwood 	B00718872
		contribution: Taking user input and parsing it into a 9x9 grid. Implemented error messages during parsing. Created initial program structure and implemented passing struct to worker thread methods.  

	Jerrett DeMan	B00713718
		contribution: implemented sudoku solution validation by checking each row, column, and sub-grid in separate threads. Implemented checking the results of the puzzle validation and printing any errors found. 


Instructions to compile:
	gcc -o exec sudoku_checker.c -lpthread -std=c        (note: -std=c may be omitted depending on the system)

About

Multi-threaded Sudoku solution checker implemented in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages