3 packages tagged with “timsort”
General purpose C# code 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()
Extracted the Random part of Redzen.