Question: In a complete binary tree, what is the relationship between the number of nodes and the height?
Options:
Correct Answer: Height = log(n)
Solution:
In a complete binary tree, the height is approximately log(n), where n is the number of nodes.