Q9
What is the time complexity of building a heap from an unsorted array?
A.
O(log n)
B.
O(n log n)
C.
O(n)
AnswerD.
O(n2)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board