Examveda

What is the average time complexity of pigeonhole sort (k=range of input)?

A. O(n)

B. O(n+k)

C. O(n2)

D. O(n*k)

Answer: Option B


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms