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