Slide 61 of 65
Notes:
This is the main part of the architecture. It reads in the integer array data from a file, finds the minimum (least) element and puts in in element 0 as a sentinel (required by the quicksort routine) calls quicksort on the entire array, and then writes the result back out to a file.