Vidyalelo
Data Structure · Q287

Sorting Algorithms

Programming · Data Structure · question 287

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
Answer

Answer: Option D

Solution

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