Why should you care? Sorting is everywhere in software. We sort: Numbers Names Search results Prices Database records Files Scores Logs In the previous article, we learned Merge Sort , which can sort an array in O(n log n) time.

Source: [Dev.to](https://dev.to/polyvexr/quick-sort-fast-sorting-with-divide-and-conquer-229h)

Sponsored