15-150: Principles of Functional Programming

Lecture 6: Asymptotic Analysis

We continued with more examples of datatypes. We also started discussion of asymptotic cost analysis.

Some Notes on Asymptotic Analysis

(NOTE: Page 7 contains a table of recurrences and their associated big-O solutions.)

Slides from Lecture (dataypes continued)

Slides from Lecture (introduction to cost analysis)