Https://ide.codingblocks.com/s/160840

1 test case is failing pls help

In function of checking if tree is balanced or not you have to include case that tree will be balanced only if height difference of left subtree and right subtree lies between -1 to 1 and also left subtree and right subtree are also balanced.