Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 619 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 619 Bytes

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)