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

Explanation: BUCKET sort is also known as bin sort. It is an EXAMPLE of a non-comparison sort.



Discussion

No Comment Found

Related InterviewSolutions