kying18 / sudoku

Sudoku solver using backtracking
122 stars 74 forks source link

Update sudoku.py (now more than two times as fast) #4

Open GJBusz opened 3 years ago

GJBusz commented 3 years ago

Hey Kyllie,

I saw the video "Coding a Sudoku solver in Python using recursion/backtracking" of yours on YouTube. I liked the exercise of making your code faster. But most of all it is a practice for me with Github, which I have never used before. I hope I used it correctly.

Cheers, Jeroen

ps. I succeeded in optimizing your code, it performs now more than two times as fast.