Skip to content

Files

Latest commit

author
zj
May 31, 2016
507d1a3 · May 31, 2016

History

History

110. Balanced Binary Tree

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 21, 2016
May 31, 2016

110. Balanced Binary Tree

Given a binary tree, determine if it is height-balanced.

For this problem, a height-balanced binary tree is defined as a binary tree in which the depth of the two subtrees of every node never differ by more than 1.