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