Computer Science, asked by atd01, 1 year ago

Which is the fastest sorting algorithm?​

Answers

Answered by SmileQueen
0
The time complexity of Quicksort is O(n log n) in the best case, O(n log n) in the average case, and O(n^2) in the worst case. But because it has the best performance in the average case for most inputs, Quicksort is generally considered the “fastest” sorting algorithm.

atd01: Can you explain?
vaishnavi9573: hey u have ask any questions which was deleted
vaishnavi9573: then i told u to go fo log out
vaishnavi9573: any more problem
atd01: no thanks dear
vaishnavi9573: fine
Similar questions