Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 756 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 756 Bytes

Sudoku Solver

Solves using backtracking algorithm

See it in action

TechStack

  1. SolidJS
  2. TailwindCSS
  3. ComLink (for web workers)
  4. ViteJS (bundler)

Run in your local

  • git clone https://github.com/sadanandpai/sudoku-solver.git
  • npm install
  • npm start

License

This repository is MIT licensed. Read more