{
  "translations" : {
    "en": {
      ".avTitle": "Radix Sort: Array-Based List",
      "av_Authors": "Brandon Watkins and Cliff Shaffer",
      "#help": "Help",
      "#about": "About",
      "#run": "Run",
      "#reset": "Reset",
      "#arraysizeLabel": " Array size: ",
      "#digitsLabel": " Digits: ",
      "#arrayValuesLabel": " Your values: ",
      "av_arrValsPlaceholder": "Type some array values, or click 'run' to use random values",
      "av_c1": "Starting Radix Sort. We will process digits from right to left. The first step will be to count occurances of digits from the input array.",
      "av_c2": "Done sorting!",
      "av_c3": " has current digit ",
      "av_c4": ". Add one to the ",
      "av_c5": " bin.",
      "av_c6": "Now we will do a rolling summation of the count array, to be used next as positions",
      "av_c8": " is ",
      "av_c9": ". Put that in position ",
      "av_c10": "Now use the Count array to decide where to move values into the Auxilliary array",
      "av_c11": ". So we look in position ",
      "av_c12": " of the Count array, to see that we put it in position ",
      "av_c13": " of the Auxilliary array.",
      "av_c14": "And we increment the value of Count array position ",
      "av_c15": "Clear Count Array",
      "av_c16": "Done with this pass.",
      "av_c17": "Now we move the value back to the Input Array"
    }
  }
}
