InterviewSolution
Saved Bookmarks
| 1. |
What is the alternate name of bucket sort?(a) group sort(b) radix sort(c) bin sort(d) uniform sortI have been asked this question in an online interview.This question is from Sorting topic in chapter Sorting of Data Structures & Algorithms II |
|
Answer» The correct answer is (C) BIN sort |
|