Computer Science, asked by wwwmirabhakat425, 1 year ago

What is the running time of quick sort in its worst case?

Answers

Answered by Trickylearner
0
1.Worst-case performanceO(n2)
2.Best-case performanceO(n log n)
3.Average performanceO(n log n)
Similar questions