https://github.com/dentosal/sudoku-solver
Sudoku solver
https://github.com/dentosal/sudoku-solver
Last synced: 13 days ago
JSON representation
Sudoku solver
- Host: GitHub
- URL: https://github.com/dentosal/sudoku-solver
- Owner: Dentosal
- License: mit
- Created: 2025-08-15T08:45:24.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-08-15T09:30:09.000Z (11 months ago)
- Last Synced: 2025-10-29T23:55:01.255Z (9 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sudoku solver
A deterministic sudoku solver with analytical deduction.
Usage `cargo run --release puzzles/symmetric.txt`.
## License
MIT