Inspiration

I always wanted to solve sudoku in less than 10 seconds. So, I made a python program to implement this.

What it does

Its takes input from the program and gives a fully solved sudoku as an output.

How we built it

I implemented the backtracking algorithm in python which solved the sudoku successfully.

Challenges we ran into

Implementing backtracking perfectly.

Accomplishments that we're proud of

The program successfully solves any valid sudoku.

What we learned

Implementation of backtracking algorithm.

What's next for Sudoku Solver

Make a sudoku solver which takes image of a sudoku puzzle as input and outputs the fully solved sudoku.

Built With

Share this project:

Updates