WikiSort
Sorting algorithm
An optimized sorting algorithm with O(1) memory usage.
Fast and stable sort algorithm that uses O(1) memory. Public domain.
1k stars
49 watching
95 forks
Language: C++
last commit: almost 5 years agoRelated projects:
| Repository | Description | Stars |
|---|---|---|
| A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 | |
| A C++ implementation of TimSort, an O(n log n) stable sorting algorithm. | 303 | |
| A bubble sort algorithm implementation with a comparison function for sorting arrays of elements in ascending or descending order | 107 | |
| A C++14 header-only sorting library providing a flexible and generic way to implement various sorting algorithms | 629 | |
| Provides a collection of algorithms for sorting data in a programming language | 17 | |
| 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 algorithm to sort strings according to natural ordering with support for hierarchical identifiers and Unicode characters | 87 | |
| Provides a modular and canonical way to prove the correctness of stable sorting algorithms in Coq. | 22 | |
| An implementation of the Quicksort sorting algorithm using a custom data structure called Huff. | 10 | |
| A comprehensive C sorting library providing various stable and unstable algorithms with generic implementations | 464 | |
| An implementation of the sorting algorithm known as Ska Sort in C++ | 235 | |
| Fast and efficient sorting library for Go with concurrent and parallel capabilities | 133 | |
| A fast string sorting algorithm implemented in Go. | 192 | |
| An implementation of a hybrid sorting algorithm with a focus on stability and adaptability | 6 |