stable-sort
There are 10 repositories under stable-sort topic.
akobotov/placement_sort
Fast O(n) stable sorting algorithm. C++ implementation. It outperforms std::sort and std::stable_sort on N > 100 for both primitive types and complex objects.
Lionad-Morotar/Anysort
Anysort,符合直觉的多属性排序方法,类型完备,Flexible and Full Typed multi-properties sorter for nested objects
Lionad-Morotar/any-sort-old
Anysort,符合直觉的多属性排序方法,类型完备,Flexible and Full Typed multi-properties sorter for nested objects
comparison-sorting/merging
:waning_gibbous_moon: Merging algorithms for JavaScript
IbrahimTanyalcin/MergeSort
Merge Sort algorithm implementation without recursion, using cached binary trees
integer-sorting/radix-sort
:oden: Radix sorting algorithms for JavaScript
comparison-sorting/merge-sort
:dragon: Mergesort algorithm for JavaScript
cermi29/ParallelStableSort
A parallel stable sort using arbitrary extra memory
Flanlaina/BlockTimSort
A stable, adaptive block merge sort.
user188245/UniversalRSort4j
radix-sort implementation for list of various type