What is balanced binary tree?
Click for Solution

  • Warning: Illegal string offset 'name' in /home/prepdo6/gpl4you/discussquessub.php on line 681
    A balanced binarry tree is one where the height of left subtree and rite subtree of any node is differ by at most one

[Insert Code]