This sorting algorithm might be among the fastest on scratch, it can sort a list of 200,000 items in under a minute (that is without Turbowarp or turbo mode) I don't know if this sorting algorithm exists anywhere else
See it sort a list of ANY size: https://turbowarp.org/700213147 -------------------------------------------------------------------------- If anyone can find out the time complexity of my algorithm, please let me know Also, if you want to know how this program works, click "see inside" and read the notes