5 unstable releases
0.3.0 | Mar 22, 2019 |
---|---|
0.2.2 | Mar 15, 2019 |
0.2.1 | Mar 15, 2019 |
0.2.0 | Feb 13, 2019 |
0.1.0 | Feb 12, 2019 |
#59 in #solve
29KB
761 lines
Nonogram
This is a Rust crate intended to generate and solve nonogram puzzles.
The core data structure used for the generated nonograms requires the use of ndarray since the data used is primarily two-dimensional.
Dependencies
~3–4MB
~78K SLoC