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++.
-
Updated
Jan 29, 2022 - C++
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++.
A parallel stable sort using arbitrary extra memory
Add a description, image, and links to the stable-sorting topic page so that developers can more easily learn about it.
To associate your repository with the stable-sorting topic, visit your repo's landing page and select "manage topics."