Skip to content

A sudoku solver I began creating while at camp for the weekend with my family.

Notifications You must be signed in to change notification settings

kroffo/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SudokuSolver

A sudoku solver I began creating while at camp for the weekend with my family.

The solver works by filling in squares which only have one remaining possible value based on the filled in squares. When no more such squares are found, the solver looks for singletons (squares which must take a certain value because all other candidates in its block, row or column cannot take the value)

In its current state, the solver does not take into account doubletons. Being so, it will fail to solve sudokus which require this clever trick.

About

A sudoku solver I began creating while at camp for the weekend with my family.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published