sort
Sorting library
A comprehensive C sorting library providing various stable and unstable algorithms with generic implementations
Sorting routine implementations in "template" C
463 stars
26 watching
88 forks
Language: C
last commit: 9 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
wildgums/orc.sort | Provides a collection of algorithms for sorting data in a programming language | 17 |
morwenn/cpp-sort | A C++14 header-only sorting library providing a flexible and generic way to implement various sorting algorithms | 622 |
swenson/vector.h | A C header library for creating dynamic arrays with automatic element management | 44 |
skarupke/ska_sort | An implementation of the sorting algorithm known as Ska Sort in C++ | 235 |
pi8027/stablesort | Provides a modular and canonical way to prove the correctness of stable sorting algorithms in Coq. | 22 |
dsmatter/swiftsortutils | A collection of utility functions and extensions for sorting in Swift | 61 |
timsort/cpp-timsort | A C++ implementation of TimSort, an O(n log n) stable sorting algorithm. | 299 |
stoeffel/mergesort | An efficient sorting algorithm with O(n log n) complexity. | 20 |
jfcg/sorty | Fast and efficient sorting library for Go with concurrent and parallel capabilities | 133 |
scandum/blitsort | An in-place sorting algorithm that partitions arrays recursively using rotations and auxiliary memory management | 701 |
bonzaithepenguin/wikisort | An optimized sorting algorithm with O(1) memory usage. | 1,268 |
felix-petersen/diffsort | A library that allows gradients to be propagated through sorting operations, enabling differentiable sorting networks. | 107 |
mattreecebentley/plf_indiesort | A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
narimiran/sorta | An implementation of sorted data structures using B-Trees in the Nim programming language | 17 |
brunomolteni/svelte-sortable-list | A component library that enables drag-and-drop reordering of items in an unordered list | 123 |