{
  "translations" :{
    "en": {
      "av_c1": "Perhaps we want to remove an arbitrary node from the heap. (Of course, the client that wants to do the deletion has to know the proper index for the thing to be deleted. Let's see how to remove the value at position 1 in the heap.",
      "av_c2": "Similar to deleting the max, we swap the record in the target position with the record in the last position in the heap.",
      "av_c3": "Decrement the heap.",
      "av_c4": "Now we must update the heap since the value we just moved might be out of place. Depending on circumstances, it might go up, or down. In this example, push this value down.",
      "av_c5": "Swap.",
      "av_c6": "Done."
    }
  }
}
