ska_sort
Sorting algorithm
An implementation of the sorting algorithm known as Ska Sort in C++
235 stars
27 watching
24 forks
Language: C++
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A comprehensive C sorting library providing various stable and unstable algorithms with generic implementations | 464 |
| Provides a collection of algorithms for sorting data in a programming language | 17 |
| 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 |
| 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 sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
| A C++ library providing a set of standard function wrappers around common programming tasks. | 45 |
| Provides a modular and canonical way to prove the correctness of stable sorting algorithms in Coq. | 22 |
| A C++ library providing metadata inspection and manipulation capabilities at runtime. | 30 |
| A C++14 header-only sorting library providing a flexible and generic way to implement various sorting algorithms | 629 |
| A branchless stable adaptive mergesort algorithm with minimal comparisons and optimal performance on ordered data | 2,137 |
| A fast string sorting algorithm implemented in Go. | 192 |
| Visualizes various sorting algorithms in Go with animations | 125 |
| Provides an implementation of radix sort in C and C++ with various optimization techniques. | 6 |