[leetcode]: 100. Same Tree
1.题目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 identical and the nodes have the same value.判断两棵二叉树是否相等。相
原创
2017-05-17 16:20:28 ·
309 阅读 ·
0 评论