Skip to content

Solution Validator Made with the Java.lang.Thread library.

Notifications You must be signed in to change notification settings

SutMa/Sudoku-Solution-Validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sudoku-Solution-Validator

Solution Validator made with Java. Modern operating systems provide features for a process to use multiple threads for parallel operations. In the class, we have learned the concepts associated with multithreaded computer systems, such as multithreading models. There are various thread libraries. POSIX Pthreads and Java Threads are widely used for creating and managing threads. 3 concurrent threads, each of which validates a part of the Sudoku solution. Validation results given to report the number of valid rows, columns, and subgrids, and the overall validation result.

About

Solution Validator Made with the Java.lang.Thread library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages