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.