InterviewSolution
Saved Bookmarks
| 1. |
What is the auxiliary space complexity of bead sort?(a) O(n)(b) O(1)(c) O(n^2)(d) O(n log n)I got this question in semester exam.My question is based upon Sorting topic in section Sorting of Data Structures & Algorithms II |
|
Answer» The correct CHOICE is (C) O(n^2) |
|