Question:What is the worst-case scenario for quicksort to sort an array of n elements?
A O(log n) B O(n) C O(n log n) D O(n2)
+ AnswerD
+ Report