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