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

https://github.com/sadanandpai/sudoku-solver

Sudoku Solver
https://github.com/sadanandpai/sudoku-solver

backtracking-algorithm solidjs sudoku-solver

Last synced: about 1 year ago
JSON representation

Sudoku Solver

Awesome Lists containing this project

README

          


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](./LICENSE)