Are there any uses of sorting algorithms in real life?
Are there any uses of sorting algorithms in real life?
in my career of 20 years i have never needed to sort anything
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.