Skip to content

aditya-rathi/backtracking

Repository files navigation

to run the code call the function sudoku(name) where name is the name of the input file.

The code uses backtracking algorithm - source: wikipedia

Initially we had used a different algorithm which was simpler but it was only able to solve easier sudokus.
This one can solve all.

The code is modular to increase readability and usability.

About

es 112 project take 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages