Skip to content

palange/sudokuplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Instructions

You will need to have the java runtime installed.
At your command prompt type: ./run.sh

There are three commands that are executed by run.sh:
1.build command: javac -d . -cp junit-4.8.2.jar src/sudokuplus/* 2.run program: java sudokuplus.SudokuPlus "sampleInput 4x4.txt" "sampleInput 9x9.txt" 3.Run tests: java -cp .:junit-4.8.2.jar org.junit.runner.JUnitCore sudokuplus.PuzzleTest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors