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

https://github.com/rudrakshi99/sudoku_web_app

A Javascript implementation of the Sudoku game, including a backtracking algorithm solver.
https://github.com/rudrakshi99/sudoku_web_app

backtracking-algorithm css html javascript sudoku-solver

Last synced: about 2 months ago
JSON representation

A Javascript implementation of the Sudoku game, including a backtracking algorithm solver.

Awesome Lists containing this project

README

        

# Sudoku_Web_App 🧩🧩

Sudoku is one of the most popular puzzle games of all time. The goal of Sudoku is to fill a 9×9 grid with numbers so that each row, column and 3×3 section contain all of the digits between 1 and 9. As a logic puzzle, Sudoku is also an excellent brain game.

It is a real-life implimentation of **backtracking algorithm**.

1. Puzzle will be generate by clicking on **Get New Puzzle**.

2. Solve the sudoku by clicking on **Solve**.