Skip to content

olfline/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SudokuSolver

A simple sudoku solver which can solve 9x9 Sudokus with only one solution.

The Algorithm goes over every cell and checks wether there is only on number to fill in. If so, the number will be filled in. Therefore, Sudokus with more than one possible solutions won't be solved.

About

Simple sudoku solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages