Symmetric Tree

1,题目要求 Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). 给定二叉树,检查它是否是自身的镜像(即,围绕其中心对称)。 For example, this binary tree [1,2,2,3,4,4,3] is symmetric: But the
相关文章
相关标签/搜索