Vidyalelo
Data Structure · Q89

Sorting Algorithms

Programming · Data Structure · question 89

Q89

What is the worst case time complexity of a quick sort algorithm?

A.
O(N)
B.
O(N log N)
C.
O(N2)
Answer
D.
O(log N)

Answer: Option C

Solution

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