1.

What is the worst case time complexity of strand sort?

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


Discussion

No Comment Found