Skip to content

Commit 7c7c58a

Browse files
committed
Update README.md
1 parent 5da5835 commit 7c7c58a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,9 @@ Floats, image, formula.
107107
Google the grandpa rock and find the differences between two Mandelbrot images.
108108
See [Mandelbrot Set](https://en.wikipedia.org/wiki/Mandelbrot_set)
109109

110+
### Level 32
111+
Nonogram is a type of clue-based grid-filling puzzle.
112+
See [Nonogram](https://en.wikipedia.org/wiki/Nonogram)
113+
The CP-SAT solver in OR-Tools can solve such problems using boolean variables and constraints.
114+
See [考えるコード ― 制約と最適化の冒険](https://ruoyu0088.github.io/thinking_code/index.html)
115+

0 commit comments

Comments
 (0)