igorfyago / PaintShop

Naive solution to this well known data structures code challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PaintShop

python 3.6

  1. Unit test all samples:

python TestPaintshop.py

  1. Run one file at a time:

python PaintShop.py ./test/input_0.txt

python PaintShop.py ./test/input_1.txt

python PaintShop.py ./test/input_2.txt

python PaintShop.py ./test/input_3.txt

python PaintShop.py ./test/input_messy_formatting.txt

  1. Run all samples (this is the default run-mode if launching from an IDE):

python PaintShop.py

About

Naive solution to this well known data structures code challenge


Languages

Language:Python 100.0%