Python
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
README.md
horses.py
pancake.py
revenge.py
sheep.py
stalls.py
tidy.py
utils.py

README.md

codeJam

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.

Oversized Pancake Flipper

Taken from the Qualification Round 2017.

pancake.py

Tidy Numbers

Taken from Qualification Round 2017.

tidy.py

Bathroom Stalls

Taken from Qualification Round 2017.

stalls.py

Steed 2: Cruise Control

Taken from Round 1B 2017.

horses.py

Counting Sheep

Taken from Qualification Round 2016.

sheep.py

Revenge of the Pancakes

Taken from Qualification Round 2016.

revenge.py