InterviewSolution
Saved Bookmarks
| 1. |
What is the average case time complexity of standard merge sort?(a) O(n log n)(b) O(n^2)(c) O(n^2 log n)(d) O(n log n^2)The question was asked in an online quiz.This intriguing question originated from Sorting in portion Sorting of Data Structures & Algorithms II |
|
Answer» Right CHOICE is (a) O(n LOG n) |
|