https://github.com/noahmorrison/surs
A sudoku solver written in rust
https://github.com/noahmorrison/surs
Last synced: 10 months ago
JSON representation
A sudoku solver written in rust
- Host: GitHub
- URL: https://github.com/noahmorrison/surs
- Owner: noahmorrison
- Created: 2014-11-28T15:59:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-13T03:20:28.000Z (over 11 years ago)
- Last Synced: 2025-02-06T10:14:43.636Z (over 1 year ago)
- Language: Rust
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## surs ##
----
A sudoku solver written in rust
#### TODO ####
---
Redesign to be able to use [this](http://norvig.com/sudoku.html) solving style.