Show/Hide Toolbars

RiverSoftAVG Products Help

Defines the base class for a heap. The TCustomHeap class defines some common denominator methods and properties for implementing a heap.

A heap is a complete binary tree where every node's value is guaranteed to be greater (or lesser depending on    Order) than its children's values. The    Count is 0 to Max-1.

Namespace: DataStructures

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb