{
  "translations": {
    "en": {
      ".exerciseTitle": "All Sorting Exercises",
      ".instructLabel": "Instructions:",
      ".instructions": "Here is a list of all the sorting exercises.<br><br>Write the exercises name as a URL parameter to open a different exercise. For instance \".../sortingExercisePRO.html?ex=orderOfGrowth\""
    }
  },
  "code": {
    "all": [
      "orderOfGrowth",
      "orderOfGrowthEasy",
      "recurrences",
      "runningTimeOfIterativeAlgorithms",
      "runningTimeOfRecursiveAlgorithms"
    ]
  }
}