Q287
What is the auxiliary space requirement of counting sort?
A.
O(1)
B.
O(n)
C.
O(log n)
D.
O(n+k) k=range of input
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board