1.

What is the auxiliary space requirement of the exponential sort when used with recursive binary search?

A. O(n)
B. O(2<sup>n</sup>)
C. O(1)
D. O(log n)
Answer» E.


Discussion

No Comment Found