Skip to content

jorienoll/sudoko-multithreading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sudoko-multithreading

This program utilizes multithreading to validate whether or not a text file Sodoku solution is correct.

In order to compile/execute, type the following two commands in command line: javac sodoku.java java sodoku

When the terminal prompts you for an input file name, use a file with numbers arranged in a 9x9 grid, such as the ones in this project folder: fail.txt pass.txt

About

Java program that implements multithreading to verify sudoko solutions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages