21.4. Functional Programming - Part 4¶
21.4.1. RP 8 part 1¶
Topics of the day:
- Helper functions using the accumulator pattern
The review problem set for today contains three review problems.
This first problem is based on the split
function that was previously
described.
21.4.2. RP 8 part 2¶
This problem will have you use the split
function to implement an
efficient sorting algorithm.
21.4.3. RP 8 part 3¶
This problem will give you a lot more practice with the accumulator pattern. It is a randomized problem. You have to solve it three times in a row.