context: - https://github.com/yangshun/tech-interview-handbook/blob/main/apps/website/contents/algorithms/sorting-searching.md - https://www.techinterviewhandbook.org/algorithms/sorting-searching/#things-to-look-out-for-during-interviews > Bonus points if you can name the sort. In Python, it's [Timsort](https://en.wikipedia.org/wiki/Timsort). The default sorting algorithm has changed to powersort since Python 3.11 (2022) ref: - https://www.wild-inter.net/posts/powersort-in-python-3.11 - https://www.i-programmer.info/news/216-python/15954-python-now-uses-powersort.html