Lecture 15 Objectives
At the end of today's class you should
KNOW:
- That the data definition for a descendant family tree requires two
data definitions that refer to each other (mutually recursive data
definitions).
BE ABLE TO:
- Write the data definition for a descendant family tree.
- Generate the template for a descendant family tree from the data
definition.
- Write functions over descendant family trees.
Sample Exam Question:
Write a function count-generations which counts the number
of generations in a descendant family tree.