(Available since version 1.0)
Heap::siftUp — Sifts up a node
$index
Sifts up the node in the binary tree referred to by index. Runs in Θ(log(n)).
index
The index to be sifted up.
No value is returned.