小小程序媛  
得之坦然,失之淡然,顺其自然,争其必然

2015年10月14日

摘要: 题目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 whic... 阅读全文
posted @ 2015-10-14 15:02 Coding菌 阅读(125) 评论(0) 推荐(0) 编辑
 
摘要: 题目Given a binary tree, return the bottom-up level order traversal of its nodes’ values. (ie, from left to right, level by level from leaf to ... 阅读全文
posted @ 2015-10-14 14:17 Coding菌 阅读(106) 评论(0) 推荐(0) 编辑