InterviewSolution
Saved Bookmarks
| 1. |
What is the best case time complexity of cube sort?(a) O(n^2)(b) O(n)(c) O(n log n)(d) O(1)I have been asked this question in examination.My doubt is from Sorting in chapter Sorting of Data Structures & Algorithms II |
|
Answer» Right option is (b) O(n) |
|