Computer Science, asked by yaminitripathi9974, 1 year ago

A pivot element to partition unsorted list is used in

Answers

Answered by HarshVerma25
2

A pivot element to partition unsorted list is used in

Ans. Quick Sort

Answered by brainlysme9
0

A pivot element to partition unsorted list is used in quick sort.

What is quick sort?

A sorting approach that divides a list into two pieces and moves the lower items to one side and the higher ones to the other to sequence it.

Similar questions