In Quick Sort, what element is typically chosen as the pivot?
The first element of the array
A random element of the array
The middle element of the array
The last element of the array

Computer Science Exercises are loading ...