Examveda

What is the average time complexity of MSD radix sort (w= bits required to store each key)?

A. O(n + w)

B. O(n.w)

C. O(n2)

D. O(n log n)

Answer: Option B


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms