Recurrence Relations · Recursive Definitions
Lesson 6
Problem. Let \(L(n)\) be the number of leaves in a complete binary tree of height \(n\). For example, \(L(4)=8\).

5 points
Recurrence Relations · Recursive Definitions
Problem. Let \(L(n)\) be the number of leaves in a complete binary tree of height \(n\). For example, \(L(4)=8\).
