Releases: shaggysa/sudoku-java
Releases · shaggysa/sudoku-java
Improved Memory Efficiency
Memory efficiency was uplifted by 50% by replacing all instances of the short datatype with the byte datatype.
Full Changelog: v2.0...V2.1
v2.0
Massive overhaul to improve speed and allow solving of your own puzzles.
Full Changelog: V1.1...v2.0
V1.1
The program now properly displays unsolved puzzles. It also adds a line to the statistics for the total time including puzzle printing overhead.
Full Changelog: V1.0...V1.1
Basic Solver Functionality Complete
Currently in early alpha. You must run with the .bat or .sh file in order for the program to work due to a required flag.
The current setup will simply solve 999 preloaded puzzles and report back with the speed.
To use, simply run (double click) the .bat if you are on windows or run the .sh file in a terminal if you are on linux or mac.