Q49
What is the space complexity of quick search algorithm?
A.
O(n)
AnswerB.
O(log n)
C.
O(m+n)
D.
O(mn)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board