Solutions to codeJam problems from past contests, found at codeJam.
The utils.py
file is used to read inputs from CLI, like so:
python3 tidy.py example.in
If implemented correctly, prints: example.out
.
Taken from the Qualification Round 2017.
pancake.py
Taken from Qualification Round 2017.
tidy.py
Taken from Qualification Round 2017.
stalls.py
Taken from Round 1B 2017.
horses.py
Taken from Qualification Round 2016.
sheep.py
Taken from Qualification Round 2016.
revenge.py