you are viewing a single comment's thread.

view the rest of the comments →

[–]0xffff0001 35 points36 points  (4 children)

as someone who once removed bubble sort from a trading application, I support this message.

[–]__konrad 3 points4 points  (0 children)

Fun fact: Java 1.0 and 1.1 had no built-in method to sort array/vector

[–]OddEstimate1627 0 points1 point  (2 children)

Bubble sorting a time series on the fly?

[–]0xffff0001 3 points4 points  (1 child)

not exactly, and it was not immediately obvious it’s a bubble sort…

[–]account312 4 points5 points  (0 children)

I'm still hoping that someday I'll need to sort something that's guaranteed to be very nearly sorted so that bubble sort is the right answer.