code.golf
Setup
make install
Solutions
Solution algorithm can be found in solutions folder.
Execute solution and profiler :
PYTHONPATH=".:$PYTHONPATH" ./venv/bin/python3 solutions/challenge_XXXX.py
Test
make test
lint
make lint
make install
Solution algorithm can be found in solutions folder.
Execute solution and profiler :
PYTHONPATH=".:$PYTHONPATH" ./venv/bin/python3 solutions/challenge_XXXX.py
make test
make lint