2024-02-27发表2025-01-15更新LeetCode每日一题1 分钟读完 (大约216个字)2867. 统计树中的合法路径数目统计树中的合法路径数目 难度: hard 原始链接: https://leetcode.cn/problems/count-valid-paths-in-a-tree 标签: 深度优先遍历 阅读更多
2024-02-19发表2025-01-15更新LeetCode每日一题1 分钟读完 (大约195个字)590. N 叉树的后序遍历N 叉树的后序遍历 难度: easy 原始链接: https://leetcode.cn/problems/n-ary-tree-postorder-traversal 标签: 深度优先遍历, 广度优先遍历 阅读更多
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-15发表2025-01-15更新LeetCode每日一题1 分钟读完 (大约127个字)107. 二叉树的层序遍历 II二叉树的层序遍历 II 难度: medium 原始链接: https://leetcode.cn/problems/binary-tree-level-order-traversal-ii 标签: 深度优先遍历 阅读更多