Vidyalelo
Data Structure · Q309

Sorting Algorithms

Programming · Data Structure · question 309

Q309

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)
Answer
C.
O(n2)
D.
O(n log n)

Answer: Option B

Solution

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