// 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 ...
Shell Sort Function (List_Shellsort): Uses the Shell sort algorithm to sort the linked list. Calculates the sequence to be used in the Shell sort algorithm based on the length of the list. Implements ...