It is apparent that Shell sort reduces the number of swaps up to 50 as compared to the number of swaps in Insertion sort and Enhanced Shell Sort reduces the number of swaps further up to 50 as compared to the number of swaps in Shell Sort, thus improving the efficiency of the algorithm.