Skip to content

SmiteshP/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver

Run main.py to use the Suduku Solver

This code can only solve the board if it has a unique solution Also the validity of the initial game board is NOT checked and is assumed to be correct.

No fancy algorithm is used to solve the game board, each tile is individually checked if its number can be deduced over and over again until the board is solved or no further progress can be made.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages