1.

What is the average case time complexity of cycle sort?

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


Discussion

No Comment Found