Recurrence Relations · Recursive Definitions
Lesson 9
Problem. Let \(L(n)\) be the number of leaves in a complete ternary tree of height \(n\) (where each vertex, except the leaves, has exactly three children). For example, \(L(3)=9\).

5 points
Recurrence Relations · Recursive Definitions
Problem. Let \(L(n)\) be the number of leaves in a complete ternary tree of height \(n\) (where each vertex, except the leaves, has exactly three children). For example, \(L(3)=9\).
