Vidyalelo
Data Structure · Q364

Sorting Algorithms

Programming · Data Structure · question 364

Q364

What is the worst case time complexity of introsort?

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

Answer: Option B

Solution

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