Can you code Nonogram solver??

Правка en1, от 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.

Теги nonogram, solver, c++

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский Alilo-Sy 2018-11-25 00:25:22 626 Initial revision (published)