Hey Hannes, [AVL tree implementation] > ok very nice - just curious: do you have also a tree walker (that would > make things complete). You mean as in "visit every tree node and execute a user-supplied function on the visited tree node"? -Thomas