Red Black Tree
1. What is a height balanced binary tree?
2. Height balanced binary trees cannot be used to avoid formation of skew trees.
3. Which of the following is an AVL Tree?
4. An empty tree is height balanced.
5. If there are two different leaf nodes of an AVL tree, then what is the maximum possible height difference between them?
6. If an AVL tree has n nodes, then what will be its maximum height?