Timsort

<algorithm>

A sorting algorithm implemented by Tim Peters in 2001. Timsort is stable and has worst-case time complexity O(n * log n), which is optimal for comparison-based sorting. It has been the sorting method in Python since v2.3.

Last updated: 2023-08-01

Nearby terms:

Time to Livetime zoneTim PetersTimsortTINCTinmantinman+

Try this search on Wikipedia, Wiktionary, Google, OneLook.



Loading