Skip to content

Nonogram solvers implementing backtracking algorithm and line solving method created specifically for that logic problem.

Notifications You must be signed in to change notification settings

p-kulczak/nonogram-solvers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nonogram-solvers

Nonogram solvers implementing backtracking algorithm and line solving method created specifically for that logic problem.

Run program from the console with chosen board as the argument, e.g.:
python3 /backtracking/backtracking.py /boards/7.15x5.txt
python3 /line-solver/line_solver.py /boards/7.15x5.txt

About

Nonogram solvers implementing backtracking algorithm and line solving method created specifically for that logic problem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages