https://github.com/specious/sudoku-solver
Solves classic 9x9 sudoku puzzles
https://github.com/specious/sudoku-solver
nodejs sudoku sudoku-solver
Last synced: 2 months ago
JSON representation
Solves classic 9x9 sudoku puzzles
- Host: GitHub
- URL: https://github.com/specious/sudoku-solver
- Owner: specious
- Created: 2022-11-25T08:01:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T08:01:43.000Z (over 2 years ago)
- Last Synced: 2025-02-02T00:34:08.981Z (4 months ago)
- Topics: nodejs, sudoku, sudoku-solver
- Language: JavaScript
- Homepage: https://jsbin.com/zaqebad/edit?js,console
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Sudoku](https://en.wikipedia.org/wiki/Sudoku) solver. Give it an [easy](https://commons.wikimedia.org/wiki/File:Sudoku-by-L2G-20050714.svg) puzzle and see the result or give it a [difficult](https://archive.ph/VYe8i) board and watch it solve it indefinitely.
Give it an unsolvable board and see where it fails.
### License
ISC