Auxiliary class to implement AVL_SET.
This a classic implementation of an AVL tree (balanced tree first designed by Adelson-Velskii and Landis, 1960)
ANY_AVL_SET_NODE, AVL_TREE_NODE
Creation: