InterviewSolution
Saved Bookmarks
| 1. |
What is the auxiliary space complexity of strand sort?(a) O(n)(b) O(1)(c) O(log n)(d) O(n log n)I got this question during an internship interview.I want to ask this question from Sorting in division Sorting of Data Structures & Algorithms II |
|
Answer» The CORRECT option is (a) O(n) |
|