What is an AVL tree?
(a) a tree which is balanced and is a height balanced tree
(b) a tree which is unbalanced and is a height balanced tree
(c) a tree with three children
(d) a tree with atmost 3 children
My question is based upon AVL Tree in chapter Binary Trees of Data Structures & Algorithms I
This question was posed to me in exam.