Darshan-Naik / Sudoku-Solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku-Solver

An application that solves sudoku puzzles.

A solo algorithmic project built using recursion and backtracking.

How to run the project ๐Ÿ“‘

Please fork the repository and then use it on your own.

just follow the below steps:

1.copy the index.html file patch.

2.Go to the browser paste the index.html path and you will land on Home page.

Technologies Used

  • HTML :- Hyper Text Markup Language
  • CSS :- Cascading Style Sheet
  • JS :-JavaScript

Features

  • Auto solves 9 by 9 sudoku puzzles.
  • Allows users to solve a puzzle.
  • A user can post his/her own puzzles.
  • Allows users to chage the solution visulization speed.

Snapshot ๐Ÿ“ท

sudoku

About


Languages

Language:JavaScript 60.0%Language:CSS 28.0%Language:HTML 11.9%