Shirfa
Shell Sort
Shell sort, also called diminishing increment sort, is (along with bubble sort) a simple sorting algorithm. It starts by sorting pairs of elements far apart from each other, then gradually reducing the gap between the elements to be compared. The shell sort is especially useful when the......