A sort partially of my devising, partitions elements dynamically, in place, based on their most significant digit (Using base 10 in this case), then recurses. Similar to the more popular "normal" radix sort that starts with the least significant digits first, but this one is in place and thus cannot work that way.
This is the sort being done over a million elements.
Could you show the algorithm you devised?
ivolol 2 months ago
did you know, I'm a velociraptor and I know the fastest sorting algorithm, but I will not show it until I find someone that matches my speed...
the name of my algorithm is velocirapsort,
Jackpotur 11 months ago