Inspiration
I have been solving sudoku since childhood and that loved the puzzle. It takes me around 30 min to solve a medium level sudoku. When I saw the challenge of creating a sudoku solver it really amazed me. What is the puzzle that took me 30 min to solve can be solved in seconds? So I searched and came across a video by Kunal Kushwaha on creating the program for it. I learned through the video and finally created the program to solve any sudoku within seconds. Link of Kunal Kushwaha video that I followed.
What it does
It is made to solve any sudoku puzzle.
How I built it
I used Java to create the program for this.
Challenges I ran into
The very first challenge was to learn the concept of Backtracking using recursion. It was brainstorming but was valuable.
What I learned
The concept of backtracking.
Log in or sign up for Devpost to join the conversation.