Vidyalelo
Data Structure · Q34

Sorting Algorithms

Programming · Data Structure · question 34

Q34

What is the best-case time complexity of Quick Sort?

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

Answer: Option B

Solution

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