{
  "translations" :{
    "en": {
      ".avTitle": "Heap Build Proficiency Exercise",
      "av_Authors": "Ville Karavirta",
      ".instructLabel": "Instructions:",
      ".instructions": "Your task is to reproduce the behavior of the buildheap algorithm to create a <b>min</b> heap from the data initially in the array. 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 swap two records in the heap by first clicking one, then the other.",
      "#about": "About",
      "av_c1": "Calling Min-Heapify(A, "
    },
    "fi": {
      ".avTitle": "BuildHeap - Keon rakentaminen",
      "av_Authors": "Ville Karavirta",
      ".instructLabel": "Ohjeet:",
      ".instructions": "BuildHeap-algoritmi saa syötteenään taulukon prioriteettiarvoja, joista se rakentaa <b>minimikeon</b>. Tehtävänä on simuloida BuildHeap-algoritmia annetulla taulukolla, joka on esitetty sekä taulukkomuodossa että binääripuuna. Taulukkoa voi päivittää kummassa tahansa esitysmuodossa. Kahden alkion paikkaa voi vaihtaa klikkaamalla niitä.",
      "#about": "Lisätietoa",
      "av_c1": "Kutsutaan Min-Heapify(A, "
    }
  },
  "params": {
    "JXOP-feedback": "continuous",
    "JXOP-fixmode": "undo"
  },
  "code": {
    "pseudo": {
      "url": "../../SourceCode/Pseudo/Binary/HeapBuild.txt",
      "tags": {}
    }
  }
}
