InterviewSolution
Saved Bookmarks
| 1. |
What is the auxiliary space complexity of standard merge sort?(a) O(1)(b) O(log n)(c) O(n)(d) O(n log n)The question was posed to me during an online exam.Enquiry is from Sorting topic in section Sorting of Data Structures & Algorithms II |
|
Answer» Right option is (C) O(n) |
|