Question: In Quick Sort, what is the role of the pivot element?
Options:
Correct Answer: To divide the array
Solution:
The pivot element in Quick Sort is used to divide the array into two parts, elements less than the pivot and elements greater than the pivot.