Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > DataStructures > Classes > TIHeap > Methods

TIHeap.PushDown(Integer) Method

Scroll Prev Top Next More

Push the Parent down the tree if it is smaller (according to    Order) than one of its children

The DataStructures.TIHeap.PushUp(Integer) and DataStructures.TIHeap.PushDown(Integer) methods maintain the sort order of the heap. These methods are O(n) in efficiency.

Namespace: DataStructures

Parameters

Parent

Type: Integer

Return Value

Type: TIHeapElement

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb