Notes 13
Notes 13
Rooted Trees
Important De nitions
Nodes may have labels, which are values associated with the nodes.
Example: Expression trees: Labels are operands
or operators.
Leaf = operand; interior node = operator.
Children are roots of the subexpressions to
which the operator is applied.
Recursions on Trees
Structural Induction