21.6. Functional Programming - Part 6¶
21.6.1. RP 10 part 1¶
Topics of the day:
- Procedural abstraction
- Mapping pattern
- Currying
- Function composition
The review problem set for today contains four review problems.
This first problem is about function composition.
21.6.2. RP 10 part 2¶
This problem is about both currying and function composition.
21.6.3. RP 10 part 3¶
This problem is about the mapping pattern.
21.6.4. RP 10 part 4¶
This problem will give you intensive practice with the curry
and
compose
functions. This problem is randomized and must be solved
three times in a row.