CS 451 Programming Paradigms
Week Seven
Lecture 13 : Tuesday, 2/29/00
- Review of exceptions
- Higher-order functions (map, filter, reduce)
- Currying and partial instantiation
- Composition of functions
- Curried version of map function
Lecture 14 : Thursday, 3/2/00
- Covered MacQueen's RPN solution
- Reviewed higher-order functions and currying and composition
- Type definitions, parameterized types
- Datatype definitions (enumeration with values)
- Btree example using parameterized datatypes
[ Back to CS451: Lecture Summaries ]