Practice Problem
Balanced Binary Tree
Difficulty: Easy
Given the root of a binary tree, determine if it is height-balanced (the depth of the two subtrees of every node never differs by more than one).
Practice Problem
Difficulty: Easy
Given the root of a binary tree, determine if it is height-balanced (the depth of the two subtrees of every node never differs by more than one).