Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.