Nonogram solver (what is Nonogram)
cmake -B build
cmake --build build --target Nonogram
Run application with input file
./Nonogram <file>
or provide data as input stream.
<rows line by line>
-
<cols line by line>
Example:
1 1 1
3 4
-
3 5
4 2
cmake -B build
cmake --build build --target UnitTests
build/UnitTests
cmake -B build
cmake --build build --target TestsGcovTarget
Results will be available in form of html under build/coverage