Back to Developer Roadmap

Selection Sort

src/data/roadmaps/computer-science/content/[email protected]

4.0500 B
Original Source

Selection Sort

Selection sort is a sorting algorithm that selects the smallest unsorted item in the list and swaps it with index 0, then finds the next smallest and places it into index 1 and so on.

Visit the following resources to learn more: