The following partition function of quicksort uses the 0th e…
The following partition function of quicksort uses the 0th element as the pivot (just like what we did in class): If the content of data is: 11 34 87 15 6 88 42 44 14 46 34 95 56 94 58 44 When the partition function is invoked, what is the content of data afterwards? Separate the content with a single space.