Skip to content

Visualizer (at various speeds) for backtracking algorithm used to solve a valid sudoku board.

Notifications You must be signed in to change notification settings

garvit-exe/sudoku-solver

Repository files navigation

Sudoku Solver

demo-gif

Visualizer (at various speeds) for backtracking algorithm used to solve a valid sudoku board.

Lets you solve puzzles instantly, fill in the grid manually, or using an array; and clear the board whenever you want.

Steps to run (locally)

  • Install dependencies

    npm install
  • Run dev server

    npm run dev
  • Servers on http://localhost:8080 (Check webpack.config.js)

About

Visualizer (at various speeds) for backtracking algorithm used to solve a valid sudoku board.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published