Suppose we are sorting an array of 8 integers using quick so…
Suppose we are sorting an array of 8 integers using quick sort, and the array listed below is after the first partition is complete. 6, 5, 0, 8, 9, 12, 11, 10, 7 Select the statement that is correct.