1.

What is the auxiliary space complexity of recursive bubble sort?

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


Discussion

No Comment Found