Vidyalelo
Data Structure · Q112

Searching Algorithms

Programming · Data Structure · question 112

Q112

What is the time complexity of exponential sort?

A.
O(n)
B.
O(2n)
C.
O(n log n)
D.
O(log n)
Answer

Answer: Option D

Solution

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