Ask HN: Are there any uses of sorting algorithms in real life?

3 points by mdwalters ↗ HN

6 comments

[ 2.9 ms ] story [ 80.2 ms ] thread
in my career of 20 years i have never needed to sort anything
You've never used a selection sort when sorting clothes after laundry? Or a bubble sort after halloween night sorting your candy?

Could a kid asking why over and over be labelled as a recursive sort if the child is using it to sort ideas/information?

Yes, many! Through out my career I had to implement from scratch two sorting algorithms. First was to sort subtitles on a playing video in javascript in real-time. The second was a custom sorting algorithm of text blocks on an image.