Vidyalelo
Data Structure · Q10

Sorting Algorithms

Programming · Data Structure · question 10

Q10

What is the primary disadvantage of using Counting Sort?

A.
It is slower than other sorting algorithms.
B.
It is not a stable sort.
C.
It does not work with negative numbers.
D.
It requires a large amount of memory for large range of input values.
Answer

Answer: Option D

Solution

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