Skip to content

Chaitanyaprasad60/sudoku-solving-app

Repository files navigation

Sudoku

You can just enter a Sudoku and this web page will solve it.
I am using a backtracking algorithm to solve the sudoku.
First, I attempted to solve a 4x4 Sudoku in Python - Refer to "Sudoku 4x4.py"
Then, I solve 9x9 Sudoku using Backtracking in Python - Refer to "Sudoku 9x9.py"
Finally, I converted it to Typescript to host it online - Refer to "\src\app\grid\grid.component"

Check Live Project Here

https://sudoku-solving-app.vercel.app/