Back

Nonogram Solver

2019

Solves nonogram puzzles using a very simple strategy. For each row and column, it generates every possible cell configuration from the hints. For a given cell, if all posssible configurations have the same state for that cell, then the cell is set.

While simple, this algorithm fails to solve certain puzzles.

(Ported from Java in 2025)