1.

What is the auxiliary space requirement of the quickselect algorithm?

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


Discussion

No Comment Found