Algorithms

A divide-and-conquer sorting algorithm that partitions elements around a pivot value. What is this concept called?

Correct answer

C. Quick sort

Explanation

Quick sort refers to a divide-and-conquer sorting algorithm that partitions elements around a pivot value.