Skip to content

Sudoku Solver (Java and C++) and Puzzle Generator (Java)

Latest
Compare
Choose a tag to compare
@shah314 shah314 released this 20 Jul 22:54
· 9 commits to master since this release
895a3b6

Fast backtracking Sudoku solvers in Java and C++. Also includes a puzzle generator in Java that generates puzzles with unique solutions. The number of filled entries is a parameter, so it can also be used to generate puzzles below the currently known threshold for puzzles with unique solutions.