0
For an array of size 5000 what is the best method to sort?
Selection, Insertion, Bubble, Merge or Quick sort?? Which one is the fastest?
3 Respuestas
+ 1
both merge and quick sort have same time complexity it will depend on your data
0
okay thanks
- 1
as the name suggests the quick sort is always faster then other