|
|
|
|
|
by jerf
5786 days ago
|
|
Python's sort algorithm is Timsort: http://en.wikipedia.org/wiki/Timsort You may have had a data set that tickled something that plays to Timsort's advantage; Timsort was basically designed to encounter that case as often as possible on real data. |
|