An open API service indexing awesome lists of open source software.

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.

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