Multiple choice If all the elements are in the array, then Quick sort runs in……..time. O(nlog n) O(n2) O(n2log n) O(n) Reveal answer Fill a bubble to check yourself A Correct answer Explanation Quick sort has an average time complexity of O(n log n).