/code.golf

Code Golf solutions

Primary LanguagePython

code.golf

Tests

Tests & performance report

Challenge source

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