Sunday, October 13, 2019

Timsort : the fastest sorting algorithm

Timsort — the fastest sorting algorithm you’ve never heard of




Timsort is actually built right into Python.
To use Timsort simply write:
list.sort()

Original source code: check it out here.
Timsort is offically implemented in C, not Python.

No comments: