Lines Matching full:avl
14 AVL tree code derived from
15 ANSI C Library for maintainance of AVL Balanced Trees
965 /* One element of the AVL tree */
1047 /* Insert element a into the AVL tree t. Returns True if the depth of
1150 /* Remove an element a from the AVL tree t. a must be part of
1240 /* Remove the root of the AVL tree *rootp.