Vidyalelo
Data Structure · Q141

Sorting Algorithms

Programming · Data Structure · question 141

Q141

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 values
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board