InterviewSolution
Saved Bookmarks
| 1. |
What is the average time complexity of pigeonhole sort (k=range of input)?(a) O(n)(b) O(n+k)(c) O(n^2)(d) O(n*k)The question was asked in examination.Asked question is from Sorting topic in portion Sorting of Data Structures & Algorithms II |
|
Answer» The CORRECT answer is (b) O(N+k) |
|