Ordination methods, could you explain me the difference (despite sintaxis) of Insertion Sort, Selection Sort and Bubble Sort? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Ordination methods, could you explain me the difference (despite sintaxis) of Insertion Sort, Selection Sort and Bubble Sort?

I don't get the way they differ or why should I use one instead of the others, could yoy help me?

20th Dec 2016, 7:45 PM
C.E.
C.E. - avatar
2 Answers
+ 5
Each of those sorting algorithms has a very different minimum, average, and maximum runtime. If you know anything about the data you are sorting you can make your decision off of that. This would include knowing how many elements are in your data set and how sorted they are likely to be when you get them.
20th Dec 2016, 9:20 PM
James Durand
James Durand - avatar
+ 3
Thank you
21st Dec 2016, 3:03 AM
C.E.
C.E. - avatar