Skip to content

노노그램(네모네모로직) 풀이 프로그램

License

Notifications You must be signed in to change notification settings

deunlee/Nonogram-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :

  • 너무 큰 맵에 비해 힌트가 별로 없으면, 재귀 호출을 필요 이상으로 함.
  • 힌트를 정렬하거나 짧은 힌트는 넘기도록 수정할 것.

About

노노그램(네모네모로직) 풀이 프로그램

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages