Skip to content

Releases: Musab-Nazir/SudokuSolver

Gotta go fast!

14 Nov 00:23
Compare
Choose a tag to compare

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

26 Oct 23:43
Compare
Choose a tag to compare

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)