0
Is it true that quick sort is the fastest sorting algorithm of all the time??
2 Antworten
+ 1
No. It can be the fastest in certain cases but merge and heat sorts are more consistent
- 1
For the large set of values it may be better and fast but wrong choose of pivot will cause worst performance.
See here for differences:
https://www.sololearn.com/learn/774/?ref=app