Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timhopg/sudoku_solver
sudoku solver
https://github.com/timhopg/sudoku_solver
Last synced: 15 days ago
JSON representation
sudoku solver
- Host: GitHub
- URL: https://github.com/timhopg/sudoku_solver
- Owner: TimHopg
- Created: 2021-02-18T18:08:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T15:57:28.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T21:16:10.891Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Sudoku Solver
Using backtracking following tutorials by:
Professor Thorsten Altenkirch on ComputerPhile Youtube
and
Tech with Tim YoutubeIdea to expand to sudokus with extra rules
(diagonals, knight's move etc)