A Sudoku solver in Python
Stars
13
Forks
10
Watchers
13
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
28
commits
3
commits
break: return grid directly instead of string, nicer printing.
cb7935cView on GitHubrefactor: move code to separate get_least_candidates functions
ba86149View on GitHubfix: more generic handling for special Sudokus like X Sudoku.
28ee48eView on GitHub