Examples: Sorting Programs
l
See turing:/cs/cs60/examples/sorting
l
l
Use unix command:
run <type>
which will try random dataset sizes in the ranges
64, 128, 256, É, 65536
l
type can be one of:
l
quicksort, heapsort, minsort, radixsort,
bucketsort
l