https://github.com/jwodder/sudoku
Backtracking Sudoku solver in Rust
https://github.com/jwodder/sudoku
rust sudoku
Last synced: 8 months ago
JSON representation
Backtracking Sudoku solver in Rust
- Host: GitHub
- URL: https://github.com/jwodder/sudoku
- Owner: jwodder
- License: mit
- Created: 2023-02-15T00:05:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-18T13:31:33.000Z (8 months ago)
- Last Synced: 2025-08-23T11:08:49.479Z (8 months ago)
- Topics: rust, sudoku
- Language: Rust
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.repostatus.org/#concept)
[](https://github.com/jwodder/sudoku/actions/workflows/test.yml)
[](https://codecov.io/gh/jwodder/sudoku)
[](https://www.rust-lang.org)
[](https://opensource.org/licenses/MIT)
This is a Rust library and command-line program for solving a classic 9×9
Sudoku puzzle using a basic backtracking algorithm.