0
Sorting algorithm
Which is the best sorting algorithm?
3 Answers
+ 3
It depends on the use case.
quick sort is generally used and Tim sort is a hybrid algorithm used for the sort method in python ,which is the fastest.
+ 1
This might help:
https://www.quora.com/What-are-some-of-the-best-algorithms
+ 1
Thank you !