Q27
What is the space complexity of a binary heap when stored in an array?
A.
O(1)
B.
O(log n)
C.
O(n)
AnswerD.
O(n log n)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board