Computer Science, asked by kfasagekf, 3 months ago

Q. 13
Which element would be the best choice for pivot element in Quick Sort?

Answers

Answered by himanshusoni12357
0

Answer:

A quicksort algorithm should always aim to choose the middle-most element as its pivot. Some algorithms will literally select the center-most item as the pivot, while others will select the first or the last element.

Similar questions