Glossary
Sign up
Glossary

Selection Sort

A simple sorting algorithm that repeatedly selects the smallest element from the unsorted portion of the list and moves it to the beginning of the sorted portion.