🛠️ Steven Gong

Search

SearchSearch

Jun 16, 2023, 1 min read

Sorting Algorithms

Timsort

Timsort is a hybrid, stable sorting algorithm derived from Merge Sort and Insertion Sort, designed to perform well on many kinds of real-world data.

  • was implemented by Tim Peters in 2002 for use in the Python programming language.

Resources:

  • https://www.geeksforgeeks.org/timsort/

Graph View

Backlinks

  • No backlinks found

Created with Quartz, © 2025

  • Blog
  • LinkedIn
  • Twitter
  • GitHub