News

Merge-and-Shell-Sort-Benchmark 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 ...
This is a Java test program to experimentally compare the performance of the sorting algorithms Selection Sort, Insertion Sort, and Shell Sort. It uses the random method from the Math class to ...