Show/Hide Toolbars

RiverSoftAVG Products Help

Defines base class for heap element. The heap element stores an object in the heap element,

A heap is a complete binary tree where every node's value is guaranteed to be greater than its children's values. This class manages a node in the binary tree. Descendant classes override this class to provide the sorting node value.

Namespace: DataStructures

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb