Skip to content

sudoku solver I made when I was 16, not copied from anywhere. all work is mine.

Notifications You must be signed in to change notification settings

vyrsh/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Sudoku-Solver

To use edit the array in main.py and run sorry, this was supposed to be a algourithim project only, so does not have any interface. this code has not been changed since I first made it in sept 2019.

it took me approximately 15 minutues to write this code, but a week to figure out few bugs like deep vs shallow copy. another thing that perplexed me was the position of the return statement, where I initially placed it in the innermost for loop so that meant it would only try one possible before exiting.

About

sudoku solver I made when I was 16, not copied from anywhere. all work is mine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages