Q.

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

A. o(n)
B. o(n log n)
C. o(n2)
D. o(log n)
Answer» B. o(n log n)
803
0
Do you find this helpful?
1

Discussion

No comments yet