Vidyalelo
Data Structure · Q79

Searching Algorithms

Programming · Data Structure · question 79

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)
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board