Google News
logo
Data Structures Algorithms - Quiz(MCQ)
A pivot element to partition unsorted list is used in______
A)
Quick Sort
B)
Merge Sort
C)
Selection Sort
D)
Insertion Sort

Correct Answer :   Quick Sort


Explanation : The quick sort partitions an array using pivot element and then calls itself recursively twice to sort the resulting two subarray.

Advertisement