Skip to content

SkSaadAli/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sudoku-Solver

Console based program made with Python

--> works on backtracking algortihm with Sudoku Problem hard-coded in 2D Array Grid <--

➔ It consist of total 3 main functions, one main solver one for checking whether or not the number is correct in its place. and last one to generate an empty grid to get solution in it.

➔ It basically uses backtracking as its main algorithm and all the functions mentioned above if number is not correct for any instance from 1-9 it backtracks to the last box and and changes its value to some other digit thats feasible for it.

About

Console based program made with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages