1.

What is the worst case time complexity of permutation sort?

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


Discussion

No Comment Found