{
  "translations" :{
    "en": {
      ".avTitle": "BST Remove Proficiency Exercise",
      "av_Authors": "Kasper Hellström",
      ".instructLabel": "Instructions:",
      ".instructions": "Use the BST Remove algorithm to remove values as they are shown at the top. Click on any node in the tree to erase its value. If necessary, you can click on another node in the tree to move that value to a node whose value you previously erased. Remember that equal values go to the left, so when necessary we will replace a node with the greatest value on its left side.",
      "#about": "About"
    },
    "fi": {
      ".avTitle": "Poisto binäärisestä hakupuusta",
      "av_Authors": "Kasper Hellström",
      ".instructLabel": "Ohjeet:",
      ".instructions": "Poista yksitellen annetut avaimet binäärisestä hakupuusta. Klikkaa solmua poistaaksesi sen avaimen. Tarvittaessa klikkaa toista solmua, jolloin sen avain viedään poistetun avaimen tilalle. Mahdolliset yhtäsuuret alkiot on lisätty puussa vasemmalle. Huomaa, että tämä vaikuttaa myös siihen kuinka poistot suoritetaan.",
      "#about": "Lisätietoa"
    }
  },
  "params": {
    "JXOP-feedback": "continuous",
    "JXOP-fixmode": "undo"
  },
  "code" : {
    "java": {
      "url": "../../SourceCode/Java/Binary/BST.java",
      "startAfter": "/* *** ODSATag: removehelp *** */",
      "endBefore": "/* *** ODSAendTag: removehelp *** */",
      "tags": {}
    }
  }
}
