Question
Which data structure or concept is best described as a comparison sort that inserts each new element into a sorted prefix?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Insertion Sort
Explanation:
Insertion Sort is a comparison sort that inserts each new element into a sorted prefix.
This description distinguishes it from the other choices.
Leave a Reply