Programmers Quickie

Selection Sort

05.22.2020 - By Software EngineeringPlay

Download our free app to listen on your phone

Download on the App StoreGet it on Google Play

In computer science, selection sort is an in-place comparison sorting algorithm. It has an O(n²) time complexity, which makes it inefficient on large lists, and generally performs worse than the similar insertion sort

More episodes from Programmers Quickie