AVL Tree | Heap | B- Tree | B+ Tree | CSE205 : DATA STRUCTURES AND ALGORITHMS | B.Tech CSE
AVL Tree | Heap | B- Tree | B+ Tree ⭐AVL Tree A self-balancing binary search tree in which each node maintains extra information called a balance factor whose value is either -1 , 0 or +1 . Tree is said to be balanced if balance factor of each nod…