/Nonogram-Solver

A simple program that uses several strategies to solve nonogram puzzles

Primary LanguagePython

Nonogram-Solver

This program is using nonogram solving techniques (mostly ones described here or here) and at last using backtracking algorithm to find the solution.

Right now it does not look for more solutions if puzzle has more than one solution.