Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 246 Bytes

File metadata and controls

4 lines (3 loc) · 246 Bytes

Nonogram-Solver

Using 2d solving techniques, find solution to these puzzles

CPP is used for coding. The idea is to make several passes over the n*n square box and iteratively figure out whether we have the answer for a particular cell or not.