{
  "id": "insertion-sort",
  "name": "Insertion Sort",
  "best_case": "O(n)",
  "average_case": "O(n^2)",
  "worst_case": "O(n^2)",
  "space_complexity": "O(1)",
  "stable": true,
  "url": "https://gratisapi.com/api/sorting-algorithms/insertion-sort"
}
