Alilo-Sy's blog

By Alilo-Sy, history, 6 years ago, In English

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.

  • Vote: I like it
  • -17
  • Vote: I do not like it

| Write comment?