Heap::siftDown

(Available since version 1.0)

Heap::siftDownSifts down a node

Description

protected void Heap::siftDown ( SubHeap $subheap )

Sifts down the node, subheap, in the heap.

Parameters

subheap

The node to be sifted down.

Return Values

No value is returned.

To Top