摘要: Given a Binary Tree, write a function to check whether the given Binary Tree is a prefect Binary Tree or not. A Binary tree is Perfect Binary Tree in 阅读全文
posted @ 2017-10-10 05:16 Review->Improve 阅读(288) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree, you need to check whether sum of all covered elements is equal to sum of all uncovered elements or not. In a binary tree, a node 阅读全文
posted @ 2017-10-10 04:45 Review->Improve 阅读(378) 评论(0) 推荐(0) 编辑