https://github.com/tinniaru3005/sudokusolver
A responsive web application where the user can simply input the numbers in the appropriate input boxes and click ’solve’ to view the solution to any solvable Sudoku board problem.
https://github.com/tinniaru3005/sudokusolver
backtracking bootstrap html-css-javascript sudoku-solver
Last synced: 3 months ago
JSON representation
A responsive web application where the user can simply input the numbers in the appropriate input boxes and click ’solve’ to view the solution to any solvable Sudoku board problem.
- Host: GitHub
- URL: https://github.com/tinniaru3005/sudokusolver
- Owner: tinniaru3005
- Created: 2022-04-07T20:04:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T07:47:39.000Z (over 3 years ago)
- Last Synced: 2025-03-29T02:34:40.730Z (about 1 year ago)
- Topics: backtracking, bootstrap, html-css-javascript, sudoku-solver
- Language: HTML
- Homepage: https://tinniaru3005.github.io/SudokuSolver/
- Size: 84 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔢 Sudoku-Solver
Start solving sudoku puzzles here and now!
## 🎯 How to use and how it works
1. Simply input the numbers in the appropriate input boxes and click 'solve'
2. Click the 'clear' button to clear the input board.
3. This app uses generative recursion and backtracking search
## 🎉 Try it out
[Sudoku-Solver](https://tinniaru3005.github.io/SudokuSolver/)
## 🎬 Video
https://user-images.githubusercontent.com/62856848/194641798-9f36d8ae-8a52-4819-9701-8647ad9af33a.mp4