sort
Sorting library
A comprehensive C sorting library providing various stable and unstable algorithms with generic implementations
Sorting routine implementations in "template" C
464 stars
26 watching
88 forks
Language: C
last commit: about 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides a collection of algorithms for sorting data in a programming language | 17 |
| A C++14 header-only sorting library providing a flexible and generic way to implement various sorting algorithms | 629 |
| A C header library for creating dynamic arrays with automatic element management | 44 |
| An implementation of the sorting algorithm known as Ska Sort in C++ | 235 |
| Provides a modular and canonical way to prove the correctness of stable sorting algorithms in Coq. | 22 |
| A collection of reusable sorting utilities in Swift | 61 |
| A C++ implementation of TimSort, an O(n log n) stable sorting algorithm. | 303 |
| An efficient sorting algorithm with O(n log n) complexity. | 20 |
| Fast and efficient sorting library for Go with concurrent and parallel capabilities | 133 |
| An in-place sorting algorithm that partitions arrays recursively using rotations and auxiliary memory management | 703 |
| An optimized sorting algorithm with O(1) memory usage. | 1,273 |
| A library that allows gradients to be propagated through sorting operations, enabling differentiable sorting networks. | 107 |
| A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
| An implementation of sorted data structures using B-Trees in the Nim programming language | 17 |
| A component library that enables drag-and-drop reordering of items in an unordered list | 123 |