所在目录:
教材与参考资料 / 程序设计类 / 数据结构&算法 / 算法 / 面试与力扣题目详解 / Leetcode题目和解答 / java-leetcode / symmetric-tree
下载地址:
文本预览:
## [Binary Tree Level Order Traversal](../binary-tree-level-order-traversal) + TreeNode version of [Valid Palindrome](../valid-palindrome)
On each level ends, the `TreeNode`s collected should be palindromic if the tree is symmetric.
Remember add a null node placeholder to the level collection.
点赞
回复