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: Option D

Join The Discussion