InterviewSolution
Saved Bookmarks
| 1. |
What is the worst case time complexity of LSD radix sort?(a) O(nlogn)(b) O(wn)(c) O(n)(d) O(n + w)I got this question in a job interview.Query is from Sorting topic in chapter Sorting of Data Structures & Algorithms II |
|
Answer» Right choice is (b) O(wn) |
|