#binary-tree
Read more stories on Hashnode
Articles with this tag
Problem statement Given a binary tree, determine if it is height-balanced.(link) Example 1: Input: root = [3,9,20,null,null,15,7] Output:...