Skip to content

icyJoseph/codeJam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages