zvoldahl4941 zvoldahl4941 07-02-2024 Computers and Technology contestada What is the Big-O time complexity of the Quick Sort algorithm if the selected pivot creates balanced partitions? a) O(n) b) O(n log n) c) O(n^2) d) O(log n)