contestada

What is the Big-O of Quicksort (sequential) in the best case?
a) O(n log n)
b) O(n²)
c) O(log n)
d) O(n)