Releases: Musab-Nazir/SudokuSolver
Releases · Musab-Nazir/SudokuSolver
Gotta go fast!
This release features an implementation of the Constraint Propagation algorithm by P. Norvig. You can read more here. This algorithm offered almost 1500x the performance of v1.0's brute force approach. I'm pretty excited about this release since it now makes my future plans of making this an interactive webapp viable
Basic CMD Functionality
The attached uberjar can be run via the command java -jar sudoku.jar
and assuming you have a valid puzzle in the board.edn
file, then thats all you need (Note, this version was developed with Java 11)