Can you code Nonogram solver??

Revision en1, by Alilo-Sy, 2018-11-25 00:25:22

Hello. I need some help in coding a simple c++ program that solves a Nonogram puzzle. The program reads a text file which is the description of the puzzle, it looks like this: m n (m, n <= 50) Then m lines that describes the rows. Then n lines that describes the columns. And the program should find one image (any image is accepted in case of many) that fits all the descriptions (no need to check the uniqueness of the solution). The only header files to use are basically (iostream, fstream, cstdlib and string). Any help would be appreciated.

Tags nonogram, solver, c++

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Alilo-Sy 2018-11-25 00:25:22 626 Initial revision (published)