Heap::siftUp

(Available since version 1.0)

Heap::siftUpSifts up a node

Description

protected void Heap::siftUp ( SubHeap $subheap )

Sifts up the node, subheap, in the heap.

Parameters

subheap

The node to be sifted up.

Return Values

No value is returned.

To Top