Common Sorting Algorithms and their Complexities

For people who need a sorting algorithms refresher

WhyLearn Tech
JavaScript in Plain English
5 min readJun 14, 2021

--

Photo by Alex Chumak on Unsplash

Often times in programming, we need to be able to sort data in an efficient way. In this article, I’ll be walking you through the high level of some common sorting algorithms and their time complexities. For each, I’ll include an easy example of sorting an array of numbers.

--

--

Software Developer with interest in new tech, education, and writing. My goal is to connect with other developers and bring more people into the tech field.