Skip to content

A python program that solves Sudoku itself. GUI is made with pyGame and the process if through backtracking.

Notifications You must be signed in to change notification settings

Shreybanugariya/Sudoku_Solver_through-Backtracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku_Solver

A python program that solves Sudoku itself. A Backtracking algorithm that changes the values of the number entered at the empty blocks and changes the previous numbers by backtracking them and thus solving the whole sudoku.

Thank you Tech With Tim for the GUI and the tutorial on how to use backtracking.

About

A python program that solves Sudoku itself. GUI is made with pyGame and the process if through backtracking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages