Skip to content

paruby/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku solver

Solves sudokus.

Works by performing a depth-first search, filling in the blank values and terminating the branch when an inconsistency is found (duplicated numbers appearing in a row, column or 3x3 box).

sudoku.py is an implementation of this in Python, index.html is a Javascript implementation that you can actually use here.

As the name suggests, the folder AndroidApp contains an implementation of this in the form of an Android App.

About

Solves sudokus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages