Skip to content

DeepLearner7/Sudoku_Solver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Algorithm tries to find best possible number in each box and recursively tries same for next adjacent box. If number in current box is violating any sudoku rule then algorithm will backtrack till the satisfying solution and again try with another number in next adjacent box.

Interface

About

Get the solution to any type of sudoku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 42.4%
  • HTML 27.5%
  • JavaScript 20.7%
  • CSS 9.4%