https://github.com/vadimgierko/sudoku-solver
This app solves an easy (for now) sudoku.
https://github.com/vadimgierko/sudoku-solver
algorithm nextjs react sudoku sudoku-solver
Last synced: about 10 hours ago
JSON representation
This app solves an easy (for now) sudoku.
- Host: GitHub
- URL: https://github.com/vadimgierko/sudoku-solver
- Owner: vadimgierko
- Created: 2022-04-20T15:30:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T22:58:01.000Z (over 1 year ago)
- Last Synced: 2024-12-17T23:28:10.892Z (over 1 year ago)
- Topics: algorithm, nextjs, react, sudoku, sudoku-solver
- Language: TypeScript
- Homepage: https://vadimgierko.github.io/sudoku-solver/
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku Solver
This app written in vanilla TypeScript solves any given sudoku using backtracking algorithm.
⚠️ At the moment I'm working on implementing human-like solving algorithm before backtracking algorithm runs, to use it only when needed to optimize performance.
## Features
- you can input known (init) numbers of sudoku you want to solve, save the board & click *solve* button
- template sudokus to test the app
## Tech Stack
- TypeScript