What is the height of a heap with n elements?
O(n)
O(log n)
O(1)
O(n*log n)
This question is part of this quiz :