Tree where for every node the height of its left subtree and right subtree differ almost by one - AVL tree
Q. In which tree, for every node the height of its left subtree and right subtree differ almost by one?- Published on 17 Jun 15a. Binary search tree
b. AVL tree
c. Threaded Binary Tree
d. Complete Binary Tree
ANSWER: AVL tree