{
  "translations" :{
    "en": {
      ".exerciseTitle": "Modified B<sup>+</sup> Tree Insertion",
      "av_Authors": "Kasper Hellström",
      ".instructLabel": "Instructions:",
      ".instructions": "In this exercise your job is to insert the values from the stack to the <strong>modified</strong> B<sup>+</sup> tree.<br><strong>NB:</strong> The tree in this exercise uses a <strong>top-down splitting approach</strong>, where a full node is split every time it is encountered by the search/insert algorithm.<br><br>To split a full node, simply click on it. If you click on a non-full node, the topmost values from the stack will be inserted to the clicked node (the value is automatically inserted to the correct index/position).",
      "av_ms_search": "Looking for a leaf node for {val}",
      "av_ms_split": "The encountered node was full, so we split it.",
      "av_ms_insert": "{val} was inserted to the leaf node."
    },
    "fi": {
      ".exerciseTitle": "Lisäys muokattuun B<sup>+</sup>-puuhun",
      "av_Authors": "Kasper Hellström",
      ".instructLabel": "Ohjeet:",
      ".instructions": "Tehtävänäsi on lisätä pinon avaimet <strong>muokattuun</strong> B<sup>+</sup>-puuhun.<br><strong>HUOM!</strong> Tämän tehtävän puu käyttää <strong>top-down halkaisua</strong>, eli halkaisu tapahtuu joka kerta kun haku/lisäys algoritmi kohtaa täyden solmun.<br><br>Täysi solmu halkaistaan klikkaamalla. Puolitäyttä solmua klikkaamalla pinon päällimmäinen alkio lisätään solmuun (klikatulla indeksillä ei ole väliä).",
      "av_ms_search": "Etsitään lehtisolmua arvolle {val}",
      "av_ms_split": "Kohdattu solmu oli täysi, joten se halkaistiin.",
      "av_ms_insert": "Arvo {val} lisättiin lehtisolmuun."
    }
  },
  "code": {}
}
