Skip to content

KaylaNguyen/Nonogram-Solver

Repository files navigation

Nonogram-Solver

Nonogram solver using Genetic Algorithm and Constraint Satisfaction

To run Backtracking search: python backtracking_search_py To run Genetic algorithm:

  • Greedy approach: python genetic.py greedy
  • Proper algorithm: python genetic.py proper

To choose a different puzzle, change (un-comment) the values of ROWS and COLUMNS in nonogram.py.

About

Nonogram solver using Genetic Algorithm and Constraint Satisfaction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages