{
  "translations" :{
    "en": {
      ".avTitle": "Heap Delete Proficiency Exercise",
      "av_Authors": "Ville Karavirta",
      ".instructLabel": "Instructions:",
      ".instructions": "Perform DeleteMin three times. After each deletion, restore the <b>min</b> heap property. Click the \"Decrement heap size\" button to remove the last position from the heap. You can swap records in the heap by first clicking one key and then another.",
      "#about": "About",
      "#decrement": "Decrement heapsize"
    },
    "fi": {
      ".avTitle": "Fi Heap Delete Proficiency Exercise",
      "av_Authors": "Ville Karavirta",
      ".instructLabel": "Ohjeet:",
      ".instructions": "Tässä tehtävässä tulee suorittaa DeleteMin-operaatio kolmesti (3) peräkkäin. Jokaisen poiston jälkeen kekoehto tulee palauttaa voimaan. Keon viimeinen alkio voidan poistaa klikkaamalla \"Pienennä kekon kokoa\" -painiketta. Kahden avaimen paikkaa keossa voidaan vaihtaa klikkaamalla niitä peräkkäin.",
      "#about": "Lisätietoa",
      "#decrement": "Pienennä keon kokoa"
    }
  },
  "params": {
    "JXOP-feedback": "continuous",
    "JXOP-fixmode": "undo"
  },
  "code": {
    "pseudo" : {
      "url": "../../SourceCode/Pseudo/Binary/HeapRemove.txt",
      "tags": {}
    }
  }
}
