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