Suppose that we are using a quick sort algorithm to sort the…

Suppose that we are using a quick sort algorithm to sort the following vector 53, 3, 37, 78, 27, 19, 47, 81, 40, 77, 93, 29, 52, 15, 65 Suppose that the pivot element chosen is 52.  Which of the following would be a valid state of the vector after the first partitioning step (but before the recursive calls on the partitions)?