diff --git a/04. Trees and graphs/4.4. check_balanced.md b/04. Trees and graphs/4.4. check_balanced.md new file mode 100644 index 0000000..b78cbae --- /dev/null +++ b/04. Trees and graphs/4.4. check_balanced.md @@ -0,0 +1,4 @@ +# 4.4. Check balanced + +Check if a binary tree is balanced. For the purposes of this question, a balanced tree is a tree such that the heights of the two subtrees of any node never differ by more than one. +