SphinxBase
5prealpha
|
One node on the heap. More...
Data Fields | |
void * | data |
Application data at this node. | |
int32 | val |
Associated with above application data; according to which heap is sorted (in ascending order) | |
int32 | nl |
int32 | nr |
left/right descendants of this node (for balancing heap) | |
struct heapnode_s * | l |
Root of left descendant heap. | |
struct heapnode_s * | r |
Root of right descendant heap. | |