saxbophone / tr-sort

Transpose-Sort —why sort numbers with comparisons when we can calculate their rough sort positions instead?
https://saxbophone.com/tr-sort
2 stars 0 forks source link

Remove return type from sort() function #10

Closed saxbophone closed 2 years ago

saxbophone commented 2 years ago

Contrary to how the algorithm was initially expected to develop, there is no built-in detection of sort success or failure (there's currently no way to determine sort failure within the algo itself)