Sorting Algorithms Using Python

Savindi Wijenayaka
The Startup
Published in
8 min readJul 20, 2020

--

Hola Readers, welcome back to another post. This one is a quick note on main sorting algorithms and their implementations using Python. The aspects like time complexity, space complexity, stability, recursiveness will also be discussed with respect to each algorithm. The main 5 algorithms discussed in here is:

  1. Selection Sort
  2. Bubble Sort
  3. Insertion Sort

--

--

Savindi Wijenayaka
The Startup

Ph.D candidate at University of Auckland. Software Engineer passionate about using Machine learning to revolutionize healthcare.