Question
Which data structure or concept is best described as a divide-and-conquer sort that partitions around a pivot?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Quick Sort
Explanation:
Quick Sort is a divide-and-conquer sort that partitions around a pivot.
This description distinguishes it from the other choices.
Leave a Reply