24.4. Lazy Lists¶
24.4.1. RP 32 Part 1¶
This problem will help you understand code that creates infinite sequences.
24.4.2. RP 32 Part 2¶
This problem will help you write recursive code to process infinite sequences. To earn credit for it, you must complete this randomized problem correctly three times in a row.
24.4.3. RP 33 Part 1¶
This problem reviews recursive definitions of sequences. To earn credit for it, you must complete this randomized problem correctly three times in a row.
24.4.4. RP 33 Part 2¶
This problem deals with one more example of a recursive definition of a sequence.