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

October 09, 2019

TLDR

Never heard of this sorting algorithm before. The default sort algorithm in python, java and Android based on article.

Timsort first analyses the list it is trying to sort and then chooses an approach based on the analysis of the list.

Read more