Which of the following is correct about AVL Tree-03443
Which of the following is correct about AVL Tree?
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Final Term - Quiz No.14.
Which of the following is correct about AVL Tree?
It is identical to BST except height of the left and right subtrees can differ by at least 1.
It is identical to BST except height of the left and right subtrees must differ by at least 1.
It is not identical to BST, it is totally different kind of tree.
It is identical to BST except height of the left and right subtrees can differ by at most 1.