Skip to content

blagerweij/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brute force and optimized Sudoku solver.

Inspired by the Python script from Peter Norvig (norvig.com/sudoku.html)

The brute force solution simple iterates over all cell to find a working solution.

The SudokuBoard2 uses search/eliminate, and uses int arrays and bitmasking to improve performance.

Update 10/2/2020: Added Suguru / Tectonic solver.

About

Optimized sudoku solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages