Which sorting method is the best for sorting a long list of numbers? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which sorting method is the best for sorting a long list of numbers?

Selection sort or Bubble sort or Merge Sort

6th Feb 2020, 11:59 AM
KnightCoder
KnightCoder - avatar
6 Answers
+ 1
Go for bubble sort because its easy to implement it.
6th Feb 2020, 1:03 PM
Avinesh
Avinesh - avatar
+ 1
https://www.sololearn.com/learn/774/?ref=app read this it will help you for sure with sorting
18th Feb 2020, 1:38 PM
ABHISHEK
ABHISHEK - avatar
+ 1
Thank You all for helping me out. 😊👍
7th Jun 2020, 7:28 AM
KnightCoder
KnightCoder - avatar
0
How long is the list?
6th Feb 2020, 12:09 PM
Avinesh
Avinesh - avatar
0
Avinesh Consider a list with 50 elements.
6th Feb 2020, 12:35 PM
KnightCoder
KnightCoder - avatar