8000 GitHub - edajade/sudoku: Backtracking Sudoku solver in Python and Haskell
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

edajade/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backtracking Sudoku solver with a heuristic. It always tries the square with the least possible choices. Can solve 'very easy' puzzles instantly; slow for harder puzzles.

Optional progress output (slower). It displays a * for every square where there was a single possible number, and a ? if there were other choices.

About

Backtracking Sudoku solver in Python and Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0