ska_sort

Sorting algorithm

An implementation of the sorting algorithm known as Ska Sort in C++

GitHub

235 stars
27 watching
24 forks
Language: C++
last commit: over 5 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
swenson/sortA comprehensive C sorting library providing various stable and unstable algorithms with generic implementations464
wildgums/orc.sortProvides a collection of algorithms for sorting data in a programming language17
timsort/cpp-timsortA C++ implementation of TimSort, an O(n log n) stable sorting algorithm.303
stoeffel/mergesortAn efficient sorting algorithm with O(n log n) complexity.20
scandum/blitsortAn in-place sorting algorithm that partitions arrays recursively using rotations and auxiliary memory management703
bonzaithepenguin/wikisortAn optimized sorting algorithm with O(1) memory usage.1,273
mattreecebentley/plf_indiesortA sorting algorithm that optimizes performance on non-random access containers and large data types19
skarupke/std_functionA C++ library providing a set of standard function wrappers around common programming tasks.45
pi8027/stablesortProvides a modular and canonical way to prove the correctness of stable sorting algorithms in Coq.22
skarupke/reflectionA C++ library providing metadata inspection and manipulation capabilities at runtime.30
morwenn/cpp-sortA C++14 header-only sorting library providing a flexible and generic way to implement various sorting algorithms629
scandum/quadsortA branchless stable adaptive mergesort algorithm with minimal comparisons and optimal performance on ordered data2,137
yourbasic/radixA fast string sorting algorithm implemented in Go.192
simonwaldherr/golangsortingvisualizationVisualizes various sorting algorithms in Go with animations125
bitshifter/radixsortProvides an implementation of radix sort in C and C++ with various optimization techniques.6