What it does
It solves sudoku using backtracking algorithm in python.
How we built it
I implemented the backtracking algorithm which tries all candidates and discards them if they don't work and goes back to the point for another candidate until it finds the right candidate with the correct value which satisfies the rules of a sudoku
What we learned
Implementation of backtracking algorithm
Log in or sign up for Devpost to join the conversation.