mt2011:week8 [2010/11/14 19:44] Tim Korb created |
mt2011:week8 [2011/03/06 21:07] (current) Tim Korb |
||
---|---|---|---|
Line 2: | Line 2: | ||
===== Objectives ===== | ===== Objectives ===== | ||
+ | * Addressing (more) difficult programming topics: pointers and references, dynamic data structures, and recursion. | ||
===== Readings for Class Discussion ===== | ===== Readings for Class Discussion ===== | ||
+ | * Parlante. Stanford CS Education Library (http://cslibrary.stanford.edu/). Pointer Basics; Pointers and Memory; Dynamic Data Structures | ||
+ | * Wirth (2008). Introducing Recursion by Parking Cars. | ||
+ | * Bruce (2005). Why Structural Recursion Should Be Taught Before Arrays in CS 1. | ||
===== Topics ===== | ===== Topics ===== | ||
===== Lab ====== | ===== Lab ====== | ||
+ | * Binky Pointer Video |