Shell Sort
Shell sort is a one of the sorting technique. It is a rarely used technique as it seems difficult for implementing. Shell sort is based on Insertion sort technique. Shell sort technique In this shell sort technique, We have a N number of list which are unsorted in this technique, We consider the N number in …