1.

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

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


Discussion

No Comment Found