You are viewing a single comment's thread from:

RE: Different sorting algorithms for programming, and why it matters which one you choose

Bubble sort is actually very fast compared to most of the algorithms if the data is nearly sorted! Good observation. It is not very likely for the data to be almost sorted, although I'm sure there are cases where this is implemented!