How are Selection Sort and Quicksort similar?
O(n \log n)
Does Selection Sort use divide-and-conquer? No.
Can Selection Sort run in O(n \log n) time? No.
How long does Quicksort need in the average case?