Question: What is the maximum height of a binary heap with n elements?
Options:
Correct Answer: log n
Solution:
The maximum height of a binary heap is log n, as it is a complete binary tree.