Given a binary tree, determine if it is height-balanced. A binary tree is considered height-balanced if the absolute difference in heights of the left and right subtrees is at most 1 for every node in the tree.Examples:Input:Output: TrueExplanation: The height difference between the left and right subtrees at all nodes is at