/sudoku-solver-bit-arithmetic

An exercise in implementing Sudoku solver with bit arithmetic.

Primary LanguagePython

Sudoku Solver Using Bit Arithmetic

After 4 years of (mostly inactive) development, the solver can finally solve sudokus from each of WebSudoku.com's difficulty levels. Coming up next: lots of refactoring!