InterviewSolution
Saved Bookmarks
| 1. |
Which of the following don’t affect the time complexity of bucket sort?(a) algorithm implemented for sorting individual buckets(b) number of buckets used(c) distribution of input(d) input valuesI had been asked this question during an online exam.This question is from Sorting topic in division Sorting of Data Structures & Algorithms II |
|
Answer» Right choice is (d) input values |
|