3 packages tagged with “Shellsort”
King.Collections Class Library
This package contains the following sorting algorithms: Bubblesort, Selectionsort, Insertionsort, Heapsort, Mergesort, Countingsort, Shellsort, Radixsort, SlowSort, IntroSort, Timsort, Shakersort, QuickSort, parallel/async Quicksort and parallel/async Mergesort. You can use it like standard sort. Example: List.Sort() => List.SortWithHeapSort()
Sorting algorithm