* 判断是否为对称二叉树 * 对称二叉树条件为: * - 两个根节点相等 * - 左子树的右节点和右子树的左节点相同 * - 右子树的左节点和左子树的右节点相同 * * @param {Tree} tree
(tree: Tree<Number>)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected