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

Type used to represent a single node in a generic AVL. More...

#include <type_abr.h>

Public Attributes

int height
 Height of the AVL rooted in this node.
 
void * value
 Value of the node.
 
struct avlnodeleft
 Pointer to left child (NULL if no left child).
 
struct avlnoderight
 Pointer to right child (NULL if no right child).
 

Detailed Description

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


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