avl_node Struct Reference
Data Fields | |
struct avl_node * | prev |
struct avl_node * | next |
struct avl_node * | parent |
struct avl_node * | left |
struct avl_node * | right |
void * | item |
unsigned long | count |
unsigned char | depth |
Field Documentation
unsigned long count |
unsigned char depth |
void* item |
struct avl_node* left |
struct avl_node* next |
struct avl_node* parent |
struct avl_node* prev |
struct avl_node* right |
The documentation for this struct was generated from the following file:
- C:/Users/dimo/Desktop/coco/code-experiments/src/mo_avl_tree.c