Page 1141 - AP Computer Science A, 7th edition
P. 1141

26. (D) The partition algorithm performs a series of swaps until the pivot element is swapped into its final sorted position. No temporary arrays or external files are used, nor is a recursive algorithm invoked. The merge method is used for mergesort, not quicksort.


































































































   1139   1140   1141   1142   1143