Google Interview Question

Determine if a binary tree is balanced

Interview Answer

Anonymous

Mar 23, 2015

Coded a recursive solution after having to think though it (it's not really something you do everyday, so normally I'd lookup the pseudo code or look at old code for a quick refresher).