Name | Modified | Size | Downloads / Week |
---|---|---|---|
sudoku.class | 2017-04-05 | 5.8 kB | |
sudoku.java | 2017-04-05 | 24.7 kB | |
README | 2017-04-05 | 476 Bytes | |
Totals: 3 Items | 31.0 kB | 0 |
small sudoku solver in java. Not completely optimized but still finished all sudokus in the tests in less than a second. Does not use newer java features so it will probably work from at least java 1.6. Does not depend on external libraries outside standard java classes. Usage: javac sudoku.java java sudoku line line line line line line line line line each line consists of 9 characters of the set .123456789 all possible solutions are printed licensed under GPL v2