Examveda

What is the time complexity of Counting Sort when the range of input values is very large?

A. O(n + k)

B. O(n log n)

C. O(k)

D. O(n2)

Answer: Option A


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms