Introduction to AVL tree (Why AVL tree is needed?)

Vivekanand Khyade - Algorithm Every Day
Youtube
Related Topic
:- Data Structures

Introduction to AVL tree. AVL tree is the self balancing tree. The binary search tree which is unbalanced undergoes some operation to get converted into balanced BT. The time complexity for searching an element in skewed bst is worst. So such trees are converted to AVL tree. 

Comments