0
Which sorting method is the best for sorting a long list of numbers?
Selection sort or Bubble sort or Merge Sort
6 Réponses
+ 1
Go for bubble sort because its easy to implement it.
+ 1
https://www.sololearn.com/learn/774/?ref=app
read this it will help you for sure with sorting
+ 1
Thank You all for helping me out. 😊👍
0
How long is the list?
0
Avinesh Consider a list with 50 elements.