-
Notifications
You must be signed in to change notification settings - Fork 66
Week 2
chriszf edited this page Oct 8, 2012
·
9 revisions
- Github tutorial
- Ex03
- Letter count
- Word count
- Reimplement readlines, readline using just read() as part of ex08
- Ex07
- Ex08
- Classes/objects
- Implement custom linked list class ?
- snake game/pyglet exercise
- markov text generator
- Trees
- Maybe go over simple use cases for trees, e.g. BST
- Will need to introduce recursion, should we give more time for that?
- Recursion examples: Tower of Hanoi, Counting change
- t9/autocomplete
- 20 questions ???
- shunting yard/parser
- redo list stuff and other exercises in javascript