InterviewSolution
Saved Bookmarks
| 1. |
What is the average time complexity of introsort?(a) O(n)(b) O(n log n)(c) O(n^2)(d) O(log n)The question was asked in semester exam.The query is from Sorting topic in portion Sorting of Data Structures & Algorithms II |
|
Answer» Right ANSWER is (b) O(n log n) |
|