Super Solver: Nonogram

This page is under construction

 

In the future, this page will contain a solver for Nonogram puzzles. The first version will contain a solver for black and white 20 by 20. I Still have to think about the maximum size I allow, my solver can solve a specific Nonogram of 60x125 in 20 seconds (on a 3GHz).  I am also thinking of an algorithm to solve colored Nanogram puzzles.

 

The algorithm uses logic and back tracking to solve the puzzles. When the first solution is encountered, the algorithm terminates.

This web side uses Java technology. You can get the latest version from Sun.