Navigation: Code Documentation > RSCommon > DataStructures
DataStructures Enumerations
Name
Description
THeapOrder
Defines the order of nodes in a complete binary tree heap.
A heap is a complete binary tree where every node's value is guaranteed to be greater (or lesser depending on this type) than its children's values.
Top