0
31kviews
What is AVL tree? Construct AVL tree using following sequence of data: 16, 27, 9,11,36,54,81,63,72

Mumbai University > Information Technology > Sem 3 > Data Structure and Algorithm analysis

Marks: 10 M

Year: May 2015

1 Answer
2
3.8kviews

An AVL tree is a binary search tree which has the following properties:-

The sub-trees of every node differ in height by at most one.

Every sub-tree is an AVL tree.

Each node in the AVL Tree possesses any one of the following properties:

A node is called left heavy, …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.