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.