AP Computer Science A
Selection Sort is a simple sorting algorithm that repeatedly finds the minimum element from an unsorted portion of the list and swaps it with the first element of that portion until the entire list is sorted.
congrats on reading the definition of Selection Sort. now let's actually learn it.