ST_AVL_NODE (Struct)
Node for AVL Tree.
Fields
Name |
Type |
Description |
|---|---|---|
|
Stored data. |
|
|
Height of the node. |
|
|
|
Pointer to parent node. |
|
|
Pointer to left node. |
|
|
Pointer to right node. |
Node for AVL Tree.
Fields
Name |
Type |
Description |
|---|---|---|
|
Stored data. |
|
|
Height of the node. |
|
|
|
Pointer to parent node. |
|
|
Pointer to left node. |
|
|
Pointer to right node. |