Q53
What is the space complexity of searching in a heap?
A.
O(logn)
B.
O(n)
AnswerC.
O(1)
D.
O(nlogn)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board