InterviewSolution
Saved Bookmarks
| 1. |
What is the average time complexity of stooge sort?(a) O(n^2)(b) O(n^3)(c) O(n^2.6)(d) O(n^2.7)The question was posed to me during an internship interview.I'd like to ask this question from Sorting in division Sorting of Data Structures & Algorithms II |
|
Answer» The CORRECT answer is (d) O(n^2.7) |
|