Tuesday, August 8, 2017

AVL-Tree link

AVL tree is a self-balancing Binary Search Tree (BST) where the difference between heights of left and right subtrees cannot be more than one for all nodes.

  1. https://www.youtube.com/watch?v=ygZMI2YIcvk&t=1s
  2. http://btechsmartclass.com/DS/U5_T2.html

No comments:

Post a Comment