0
3.2kviews
What is AVL Tree? Construct the AVL tree for the following set of data: 14,10,1,20,17,24,18,12,15,11,4,6

Mumbai University > Information Technology > Sem 3 > Data structure and algorithm analysis

Marks: 10M

Year: May 2016

1 Answer
0
73views

AVL Tree: An AVL tree is a binary search tree in which the heights of the left and right subtrees of the root differ by at most 1 and in which the left and right subtrees are again AVL trees. An AVL Tree is a form of binary tree, however …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.