To run the simulation for a particular sort algorithm (e.g. shellsort): 1) Change all references of the algorithm name in sort.C to "shell". 2) make -f makeshell 3) Readable output is sent to stdout. Numeric output is sent to shell.out.