Vidyalelo
Data Structure · Q194

Sorting Algorithms

Programming · Data Structure · question 194

Q194

What is the worst case time complexity of LSD radix sort?

A.
O(nlogn)
B.
O(wn)
Answer
C.
O(n)
D.
O(n + w)

Answer: Option B

Solution

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