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

2015年10月1日

摘要: 题目Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: ... 阅读全文
posted @ 2015-10-01 17:32 Coding菌 阅读(165) 评论(0) 推荐(0) 编辑
 
摘要: 题目Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are structurally i... 阅读全文
posted @ 2015-10-01 17:13 Coding菌 阅读(104) 评论(0) 推荐(0) 编辑