This is a Benchmark program I developed in Java for my CMSC 451 class that compares the perormance bwtween the Merge sort and Shell Sort algorithms. It specifically compares the average and ...
Comment back in any output logs you'd like to see. Run java SortDriver to run some basic tests. Run java SortDriver arg to run more in-depth tests on unsorted and already sorted arrays of 10, 100, and ...
Shell sort improves insertion sort by comparing elements separated by a gap of several positions. This lets an element take "bigger steps" toward its expected position. Multiple passes over the data ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results