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: almost 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
swenson/sort A comprehensive C sorting library providing various stable and unstable algorithms with generic implementations 464
wildgums/orc.sort Provides a collection of algorithms for sorting data in a programming language 17
timsort/cpp-timsort A C++ implementation of TimSort, an O(n log n) stable sorting algorithm. 303
stoeffel/mergesort An efficient sorting algorithm with O(n log n) complexity. 20
scandum/blitsort An in-place sorting algorithm that partitions arrays recursively using rotations and auxiliary memory management 703
bonzaithepenguin/wikisort An optimized sorting algorithm with O(1) memory usage. 1,273
mattreecebentley/plf_indiesort A sorting algorithm that optimizes performance on non-random access containers and large data types 19
skarupke/std_function A C++ library providing a set of standard function wrappers around common programming tasks. 45
pi8027/stablesort Provides a modular and canonical way to prove the correctness of stable sorting algorithms in Coq. 22
skarupke/reflection A C++ library providing metadata inspection and manipulation capabilities at runtime. 30
morwenn/cpp-sort A C++14 header-only sorting library providing a flexible and generic way to implement various sorting algorithms 629
scandum/quadsort A branchless stable adaptive mergesort algorithm with minimal comparisons and optimal performance on ordered data 2,137
yourbasic/radix A fast string sorting algorithm implemented in Go. 192
simonwaldherr/golangsortingvisualization Visualizes various sorting algorithms in Go with animations 125
bitshifter/radixsort Provides an implementation of radix sort in C and C++ with various optimization techniques. 6