Vidyalelo
Data Structure · Q433

Sorting Algorithms

Programming · Data Structure · question 433

Q433

What is the average 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