Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccouzens/leptonica-sudoku
Rust bindings to leptonica's sudoku module
https://github.com/ccouzens/leptonica-sudoku
Last synced: 17 days ago
JSON representation
Rust bindings to leptonica's sudoku module
- Host: GitHub
- URL: https://github.com/ccouzens/leptonica-sudoku
- Owner: ccouzens
- License: mit
- Created: 2019-07-27T18:52:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-27T19:02:27.000Z (over 5 years ago)
- Last Synced: 2024-09-17T16:39:47.262Z (about 2 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leptonica Sudoku
[Leptonica](https://github.com/DanBloomberg/leptonica), the image processing
and analysis C library, has a [Sudoku](https://en.wikipedia.org/wiki/Sudoku)
[module](https://github.com/DanBloomberg/leptonica/blob/master/src/sudoku.c).
It's not clear to me why, but nonetheless I wrote bindings to it.It can solve a Sudoku puzzle, and generate new ones.