https://github.com/cypekdev/sudoku-solver
Sudoku solving website
https://github.com/cypekdev/sudoku-solver
Last synced: 9 months ago
JSON representation
Sudoku solving website
- Host: GitHub
- URL: https://github.com/cypekdev/sudoku-solver
- Owner: cypekdev
- Created: 2023-08-29T21:47:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T14:35:19.000Z (over 2 years ago)
- Last Synced: 2024-01-27T22:31:58.541Z (over 2 years ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku Solver
Sudoku solving app.
App is running [here](https://cypek.ct8.pl/sudoku-solver).
## How it works?
The algorithm is written using JavaScript.
Sudoku solver is searching for first possible result.
If you enter a wrong digitals (for example two same numbers in same row) thats will highlight.