Vidyalelo
Data Structure · Q8

Sorting Algorithms

Programming · Data Structure · question 8

Q8

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

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

Answer: Option B

Solution

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