Skip to content

dpes-neupane/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

This is the solver that can mostly solve the soduku boards - I think. This was done sometime ago. And some of the idea like backtracking I found on the internet and is recursive. So, not a time efficient problem but an easier way to solve the problem. I'm sure there are better ways to do this. You have to manually put the problem table into the script and then only it will solve the problem. It will not work for the boards that are not solvable. The game's rules can be learned through various sites. I found it very boring to fill the table by myself, so I copied the problem board from the internet.

To visualize the solver, the board.py will let you visualize the board

And the pygame module must be installed as well.

Before: Before image

After: After image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages