blitsort
Sorting algorithm
An in-place sorting algorithm that partitions arrays recursively using rotations and auxiliary memory management
Blitsort is an in-place stable adaptive rotate mergesort / quicksort.
703 stars
16 watching
19 forks
Language: C
last commit: 7 months ago
Linked from 1 awesome list
algorithmbranchlesscinplacemergequicksortsorting
Related projects:
Repository | Description | Stars |
---|---|---|
| A branchless stable adaptive mergesort algorithm with minimal comparisons and optimal performance on ordered data | 2,137 |
| An efficient sorting algorithm with O(n log n) complexity. | 20 |
| An implementation of the Quicksort sorting algorithm using a custom data structure called Huff. | 10 |
| A C++ implementation of TimSort, an O(n log n) stable sorting algorithm. | 303 |
| 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 fast string sorting algorithm implemented in Go. | 192 |
| Provides an implementation of radix sort in C and C++ with various optimization techniques. | 6 |
| An implementation of the sorting algorithm known as Ska Sort in C++ | 235 |
| A comprehensive C sorting library providing various stable and unstable algorithms with generic implementations | 464 |
| A bubble sort algorithm implementation with a comparison function for sorting arrays of elements in ascending or descending order | 107 |
| Provides a collection of algorithms for sorting data in a programming language | 17 |
| Provides a modular and canonical way to prove the correctness of stable sorting algorithms in Coq. | 22 |
| An implementation of a hybrid sorting algorithm with a focus on stability and adaptability | 6 |
| An implementation of sorted data structures using B-Trees in the Nim programming language | 17 |