Question
Which data structure or concept is best described as a comparison sort that repeatedly selects the smallest remaining element?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Selection Sort
Explanation:
Selection Sort is a comparison sort that repeatedly selects the smallest remaining element.
This description distinguishes it from the other choices.
Leave a Reply