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"
-
Notifications
You must be signed in to change notification settings - Fork 0
This is an app that can solve sudokus using backtracking algorithm. Made using Angular2.
Chaitanyaprasad60/sudoku-solving-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is an app that can solve sudokus using backtracking algorithm. Made using Angular2.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published