Programming Challenges
Ordered By Complexity
Text Messaging (POTW) (math) (doctest)
Transistor Current Gain (math) (doctest)
Out of the Shade (POTW) (math)
Consecutive Numbers (POTW) (for or while loops)
Canada Population(math)Word Frame (ECOO 2011) (strings, for loops)
Line Length (random numbers, trigonometry)
Sleep In? (if) (CodingBat.com) (if-then-else)
Pizzeria Cash Register (math, if-then-else)
Read Data File -> Calculate Average (read file, for loops, math)
ECOO 2013: Take a Number
I Can Read It, Can You? (strings, random numbers)
Sluggers (ECOO 2012) (read file, math, lists, for loops)
ADDED TO CS CIRCLES TO HERE
Hamlet, Analysis of (read file, lists) NEW
Sir Spam-a-lot NEW
Braille Challenge (ECOO 2011) (lists, nested for loops) (ord & chr recommended but not necessary)
is_palindrome() doctest (doctest, strings, intro to functions)
(this line blank)