In this lab, we’ll further expand our understanding of recursion, considering how patterns (both pattern matching and patterns of recursion) and helper procedures improve our ability to recurse.
a. Introduce yourself to your partner, discuss strengths and weaknesses, work work procedures, and such.
b. Go over your answers to the self checks.
c. Grab the code.
d. Review the provided procedures.
This lab was rewritten in Fall 2021. It is based relatively closely on a similar lab from Spring 2019. It looks like that one was based on a long series of earlier labs.