Skip to content

Using dancing links to solve a packing puzzle.

License

Notifications You must be signed in to change notification settings

ArthurKantor/iq-puzzler-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IQ puzzler solver

The interesting bits are in this jupyter notebook.

Installation

To get the jupyter notebook running locally with the interactive solution visualization run the following in the checked out repo dir:

python3 -m venv tenv
. tenv/bin/activate
pip install -r requirements.txt
jupyter notebook puzzle.ipynb