1.

What is the average 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» C. O(infinity)


Discussion

No Comment Found