1.

What is the worst-case time complexity of the Quick Sort algorithm to sort a list of ‘n’ values?

A. O(n)
B. O(n2)
C. O(n log2n)
D. O(n3)
Answer» C. O(n log2n)


Discussion

No Comment Found