Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timhopg/sudoku_solver

sudoku solver
https://github.com/timhopg/sudoku_solver

Last synced: 15 days ago
JSON representation

sudoku solver

Awesome Lists containing this project

README

        

Sudoku Solver

Using backtracking following tutorials by:

Professor Thorsten Altenkirch on ComputerPhile Youtube
and
Tech with Tim Youtube

Idea to expand to sudokus with extra rules
(diagonals, knight's move etc)