Algorithms

In computer science, Selection sort refers to which of the following?

Correct answer

C. A sorting algorithm that repeatedly selects the smallest remaining element and moves it to its correct position.

Explanation

Selection sort refers to a sorting algorithm that repeatedly selects the smallest remaining element and moves it to its correct position.