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

Add tests for non-uniform number distributions #5

Closed saxbophone closed 2 years ago

saxbophone commented 3 years ago

Number distributions with skew or other non-uniformity should affect the efficiency of the sort, but should not affect the correctness of the results.

saxbophone commented 2 years ago

Closed in #8