An efficient algorithm for solving nonograms

  • Authors:
  • Chiung-Hsueh Yu;Hui-Lung Lee;Ling-Hwei Chen

  • Affiliations:
  • Department of Computer Science, National Chiao Tung University, Hsinchu, ROC;Department of Computer Science, National Chiao Tung University, Hsinchu, ROC;Department of Computer Science, National Chiao Tung University, Hsinchu, ROC

  • Venue:
  • Applied Intelligence
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Nonogram is one of logical games popular in Japan and Netherlands. Solving nonogram is a NP-complete problem. There are some related papers proposed. Some use genetic algorithm (GA), but the solution may get stuck in local optima. Some use depth first search (DFS) algorithm, the execution speed is very slow. In this paper, we propose a puzzle solving algorithm to treat these problems. Based on the fact that most of nonograms are compact and contiguous, some logical rules are deduced to paint some cells. Then, we use the chronological backtracking algorithm to solve those undetermined cells and logical rules to improve the search efficiently. Experimental results show that our algorithm can solve nonograms successfully, and the processing speed is significantly faster than that of DFS. Moreover, our method can determine that a nonogram has no solution.