stable-sorting
There are 5 repositories under stable-sorting topic.
comparison-sorting/merging
:waning_gibbous_moon: Merging algorithms for JavaScript
CostaBru/BBSort
BB Sort is a new stable number sorting algorithm. It is the mix of counting and bucket styles, that works using O(N) time even for non uniformly distributed numbers. Python3, C#, C++.
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