Q79
What is the auxiliary space requirement of the exponential sort when used with recursive binary search?
A.
O(n)
B.
O(2n)
C.
O(1)
D.
O(log n)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board