Explain AVL tree with example. Also, explain balancing algorithm for this tree.
Marks: 10
Year: 2080 Final TU
AVL Tree (Definition & Concept) Definition An AVL Tree is a self-balancing Binary Search Tree (BST) in which the difference between the heights of the left and right subtrees of any node is at most 1