is Due Monday: Good Project 2 is automatic Green Belt pass! Yuchi has scheduled extra office hours Sunday, 3-4:30pm (also has regular office ours today right after class) If you don’t complete Yellow Belt by Sunday, additional steps will be necessary.
is a Quadruple A Sextuple is a Pair where the second part is a Quintuple A Septuple is a pair where the second part is a Sextuple An Octuple is group of octupi A ? is a Pair where the second part is a …? 15
the base case: smallest version of the problem, where you know the answer right away 3. Recursive case: combine the result of doing something with the first element, with the recursive call on the rest of the list
focusing on recursive ways to define functions now because they are general, universal, and elegant – But, not the “Pythonic” way to do things…we will see other ways to define these same functions