Vidyalelo
Data Structure · Q86

Sorting Algorithms

Programming · Data Structure · question 86

Q86

What is the average running time of a quick sort algorithm?

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

Answer: Option C

Solution

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