
Sorting Algorithm - Shell Sort
Shell Sort is a more refined version of insertion sort. This algorithm will change our array from completely random unsorted data to partially sorted data so that insertion sort may work faster.
How
This algorithm works by using increments, the increments can be found here. For this Article I will