Mescal
Loading...
Searching...
No Matches
uint_avlnode Struct Reference

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_avlnodeleft
 Pointer to left child (NULL if no left child).
 
struct uint_avlnoderight
 Pointer to right child (NULL if no right child).
 

Detailed Description

Type used to represent a single node in a light AVL.


The documentation for this struct was generated from the following file: