I have encountered a lot of sorting algorithms. Some whose names I do not remember & some names associated with algorithms I do not know.
I have never seen nor heard of anything like the algorithm you described.
It does not seem to be a very useful algorithm. For a large number of items, you cannot afford the memory or disk space. For a small number of items you can use something like bubble sort which is simple but slow.




Reply With Quote