comparing learning capacity hours

01quiz.rkt

modeling a traffic light using ‘universe’ (not actually used in class)

world of traffic

03conspiracy-full.rkt

how many people in a conspiracy?

How deep is a conspiracy? (October 2)

templates for functions on railways (1D-trees)

All stations on a railway

Working with two lists in lockstep

Working with two lists, one sealed

Working with two lists: the general case

09local-extra.rkt

Programming at level 2

Abstracting with functions

More local, more abstracting with functions

More local, more abstracting with functions

list functions: mostest, foldr, how-many; lambda

Lines and Tables

Fibonacci numbers

Parsing comma-separated values (or USGS point-of-interest data)

Trying to make a 2D tree using recursion

Successfully making a 2D tree using recursion

probability

Making a balanced 2D tree

balancing binary search trees

Binary search trees in Lua

Binary search trees in Haskell, with parametric data definition

Binary search trees in C++, with parametric data definition

2D-tree in C++, from last day of class

(linked) list of numbers in C++, from last day of class