Skip to content

joshgraves3/Sudoku-Grid-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku-Grid-Checker

Project to learn the basics of multithreading in Java.

Takes a 9x9 matrix as input and checks if it is a valid sudoku solution.

Uses 9 threads (excluding main) to check smaller 3x3 sub-matrices.

About

Validating sudoku grids

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages