Algorithms

Choose the correct description of Quick sort.

Correct answer

C. A divide-and-conquer sorting algorithm that partitions elements around a pivot value.

Explanation

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