// This class contains the algorithms for a ShellSort, BubbleSort and a modified version of BubbleSort // that exits the loop when a swap does not take place. This class contains a small amount of ...