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