摘要: [Golang]力扣Leetcode—初级算法—树—对称二叉树 题目:给你一个二叉树的根节点 root , 检查它是否轴对称。 链接: 力扣Leetcode—初级算法—树—对称二叉树. 示例1 : 输入:root = [1,2,2,3,4,4,3] 输出:true 示例2 : 输入:root = [ 阅读全文
posted @ 2022-01-24 09:49 Dancing-Pierre 阅读(19) 评论(0) 推荐(0)