Go to the documentation of this file.
38 #define AVL_LFT_HEAVY 1
43 #define AVL_BALANCED 0
48 #define AVL_RGT_HEAVY -1
89 AvlTree
AVLTREEinit(
int (*compare)(
const void *key1,
const void *key2),
90 void (*destroy)(
void *data));
292 void AVLTREEprint(AvlTree tree,
void (*callback)(
const void *data));
316 void AVLTREEpreorder(AvlTree tree,
void (*callback)(
const void *data));
341 void AVLTREEinorder(AvlTree tree,
void (*callback)(
const void *data));