{
  "id": "tim-sort",
  "name": "Tim Sort",
  "best_case": "O(n)",
  "average_case": "O(n log n)",
  "worst_case": "O(n log n)",
  "space_complexity": "O(n)",
  "stable": true,
  "url": "https://gratisapi.com/api/sorting-algorithms/tim-sort"
}
