Skip to content

Latest commit

 

History

History

check-balanced

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

3.4.4. Check Balanced

Question Solution
Implement a function to check if a binary tree is balanced. For the purposes of this question, a balanced tree is defined to be a tree such that the heights of two subtrees of any node never differ by more than one. Check Balanced