2024-02-17发表2025-01-15更新LeetCode每日一题1 分钟读完 (大约202个字)429. N 叉树的层序遍历N 叉树的层序遍历 难度: medium 原始链接: https://leetcode.cn/problems/n-ary-tree-level-order-traversal 标签: 深度优先遍历, 广度优先遍历 阅读更多
2024-02-16发表2025-01-15更新LeetCode每日一题2 分钟读完 (大约266个字)103. 二叉树的锯齿形层序遍历二叉树的锯齿形层序遍历 难度: medium 原始链接: https://leetcode.cn/problems/binary-tree-zigzag-level-order-traversal 标签: 广度优先遍历, 深度优先遍历 阅读更多
2024-02-08发表2024-02-08更新LeetCode每日一题2 分钟读完 (大约255个字)993. 二叉树的堂兄弟节点993. 二叉树的堂兄弟节点 难度: easy 原始链接: https://leetcode.cn/problems/cousins-in-binary-tree 标签: 深度优先遍历, 广度优先遍历 阅读更多
2024-02-07发表2024-02-07更新LeetCode每日一题2 分钟读完 (大约308个字)2641. 二叉树的堂兄弟节点 II2641. 二叉树的堂兄弟节点 II 难度: medium 原始链接: https://leetcode.cn/problems/cousins-in-binary-tree-ii 标签: 广度优先遍历 阅读更多
2023-12-15发表2023-12-15更新LeetCode每日一题2 分钟读完 (大约230个字)2415. 反转二叉树的奇数层2415. 反转二叉树的奇数层 难度: medium 原始链接: https://leetcode.cn/problems/reverse-odd-levels-of-binary-tree 标签: 广度优先遍历, 深度优先遍历 阅读更多