Mescal
|
Type used to represent a single node in a light AVL. More...
#include <type_abr.h>
Public Attributes | |
int | height |
Height of the AVL rooted in this node. | |
uint | value |
Value of the node. | |
struct uint_avlnode * | left |
Pointer to left child (NULL if no left child). | |
struct uint_avlnode * | right |
Pointer to right child (NULL if no right child). | |
Type used to represent a single node in a light AVL.