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.
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.