https://github.com/ondras/sudoku
Sudoku solver
https://github.com/ondras/sudoku
hacktoberfest old
Last synced: 4 months ago
JSON representation
Sudoku solver
- Host: GitHub
- URL: https://github.com/ondras/sudoku
- Owner: ondras
- Created: 2020-10-09T12:12:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T08:12:10.000Z (over 5 years ago)
- Last Synced: 2025-03-28T01:48:16.373Z (over 1 year ago)
- Topics: hacktoberfest, old
- Language: JavaScript
- Homepage: https://ondras.github.io/sudoku/
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sudoku
I wrote three Sudoku solvers. This one is fastest, featuring some optimizations in addition to brute force.