Vidyalelo
Data Structure · Q317

Sorting Algorithms

Programming · Data Structure · question 317

Q317

What is the disadvantage of counting sort?

A.
counting sort has large time complexity
B.
counting sort has large space complexity
C.
counting sort is not a comparison based sorting technique
D.
counting sort cannot be used for array with non integer elements
Answer

Answer: Option D

Solution

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