CPSC 220
Fall 2006
HW 4: Quicksort

    Read the section on Quicksort in the text (p. 351). Now consider the array a of integers below:
    6  4  8  3  7  2  10  9  5    
    
    Assuming you have called quickSort(a, 0, 8), using the quickSort method as written on page 352, show the following: