Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 227 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 227 Bytes

Code for The 10,000 Puzzle Pyramid

Extract pyramid.zip inside this directory.

To run a single test:

python runpuzzle.py -r {{ROW_NUMBER}} -c {{COL_NUMBER}} [-v]

To solve the whole pyramid:

python runpuzzle.py [-v]