Page 1 of 1

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

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) O(N2)
b) O(N)
c) O(N log N)
d) O(log N)