InterviewSolution
Saved Bookmarks
| 1. |
What is the auxiliary space complexity of merge sort?(a) O(1)(b) O(log n)(c) O(n)(d) O(n log n)The question was asked in final exam.The origin of the question is Sorting in division Sorting of Data Structures & Algorithms II |
|
Answer» The correct answer is (c) O(n) |
|