Examples: Sorting Programs
lSee turing:/cs/cs60/examples/sorting
l
lUse unix command:
run <type>
which will try random dataset sizes in the ranges 64, 128, 256, É, 65536

ltype can be one of:
lquicksort, heapsort, minsort, radixsort, bucketsort
l