{
  "translations" :{
    "en": {
      ".avTitle": "Heap Insert Proficiency Exercise",
      "av_Authors": "Ville Karavirta",
      ".instructLabel": "Instructions:",
      ".instructions": "Insert the stream of keys shown in the upper-left corner into an originally empty <b>min</b> heap. The heap is displayed in both its logical tree and physical array forms. Clicking on an element in one will also update the other. You can insert a key by clicking an empty tree node or array cell. Once you insert a new key, be sure to update the key to restore the min heap property as necessary. You can swap two records in the heap by first clicking one, then the other.",
      "#about": "About",
      "av_insert_values": "Insert values",
      "av_c1": "Inserting "
    },
    "fi": {
      ".avTitle": "Lisäys binäärikekoon",
      "av_Authors": "Ville Karavirta",
      ".instructLabel": "Ohjeet:",
      ".instructions": "Lisää vasemmassa yläkulmassa olevan tietovuon avaimet alun perin tyhjään <b>minimikekoon</b>. Keko on esitetty sekä taulukkona (todellinen toteutus) että binääripuuna (looginen esitysmuoto). Voit päivittää rakennetta klikkaamalla kumpaa tahansa esitysmuotoa. Avaimet lisätään klikkaamalla tyhjää solmua. Jokaisen lisäyksen jälkeen kekoehto tulee palauttaa voimaan. Kahden avaimen paikkaa keossa voidaan vaihtaa klikkaamalla niitä peräkkäin.",
      "#about": "Lisätietoa",
      "av_insert_values": "Lisättävät avaimet",
      "av_c1": "Lisätään "
    }
  },
  "params": {
    "JXOP-feedback": "continuous",
    "JXOP-fixmode": "undo"
  },
  "code": {
    "pseudo": {
      "url": "../../SourceCode/Pseudo/Binary/HeapInsert.txt",
      "tags": {}
    }
  }
}
