7 packages tagged with “Quicksort”
Sorts Span<T> (and arrays) more quickly than System.Array.Sort
King.Collections Class Library
A lightweight sorting suite for IComparable types. Supports multiple sorting algorithms
A collection of popular sorting algorithms in C#, including QuickSort and more to come. Ideal for educational and practical use.
Algorithms for sorting and searching Containing Quicksort, Sub Sort Transpose Sort, SelectionSort, InsertionSort, MergeSort, InOrder, PreOrder, Binary Search
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