[LeetCode OJ]- Same Tree 2017-03-21 本文已影响0人 其中一个cc 题目要求:判断两个二叉树的结构和元素是否完全相同。 思路:使用递归来实现。 运行结果为:isSameTree?:false