Skip to content

KiJeong-Lim/cxxs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cxxs

Dev-C++ -std=c++17 -O3

Nonogram Solver

<><> Project: scratch <><><><><><><>

[Menu]

#1 Solve nonogram
#2 Solve 15-puzzle

Enter the number of the menu: 1
Enter the file name of the Nonogram puzzle: ../etc/nonogrampuzzle1.txt

..######..
.##....##.
.##....##.
.......##.
.......##.
....####..
....##....
..........
....##....
....##....


Press any key...

15-puzzle

<><> Project: scratch <><><><><><><>

[Menu]

#1 Solve nonogram
#2 Solve 15-puzzle

Enter the number of the menu: 2

Press any key...

Releases

No releases published

Packages

No packages published