deunlee / Nonogram-Solver

노노그램(네모네모로직) 풀이 프로그램
MIT License
2 stars 3 forks source link

Nonogram-Solver

심심해서 만들어본 노노그램(네모네모로직) 풀이 프로그램.


Input Example :

5 5

2 1 1
1 5
1 3
1 1
1 0

1 1
1 3
1 3
1 3
1 1

Result :


TODO :