ST_AVL_MAP_NODE (Struct)
Node for an AVL Tree Map.
Extends: ST_MAP_ENTRY
Fields
Name |
Type |
Description |
|---|---|---|
|
Height of the node. |
|
|
|
Pointer to parent node. |
|
|
Pointer to left node. |
|
|
Pointer to right node. |
Node for an AVL Tree Map.
Extends: ST_MAP_ENTRY
Fields
Name |
Type |
Description |
|---|---|---|
|
Height of the node. |
|
|
|
Pointer to parent node. |
|
|
Pointer to left node. |
|
|
Pointer to right node. |