2024-02-23发表2025-06-10更新LeetCode每日一题2 分钟读完 (大约248个字)2583. 二叉树中的第 K 大层和二叉树中的第 K 大层和 难度: medium 原始链接: https://leetcode.cn/problems/kth-largest-sum-in-a-binary-tree 标签: 层序遍历 阅读更多
2024-02-22发表2025-06-10更新LeetCode每日一题2 分钟读完 (大约304个字)889. 根据前序和后序遍历构造二叉树根据前序和后序遍历构造二叉树 难度: medium 原始链接: https://leetcode.cn/problems/construct-binary-tree-from-preorder-and-postorder-traversal 标签: 分治 阅读更多
2024-02-21发表2025-06-10更新LeetCode每日一题2 分钟读完 (大约297个字)106. 从中序与后序遍历序列构造二叉树从中序与后序遍历序列构造二叉树 难度: medium 原始链接: https://leetcode.cn/problems/construct-binary-tree-from-inorder-and-postorder-traversal 标签: 分治 阅读更多
2024-02-20发表2025-06-10更新LeetCode每日一题2 分钟读完 (大约299个字)105. 从前序与中序遍历序列构造二叉树从前序与中序遍历序列构造二叉树 难度: medium 原始链接: https://leetcode.cn/problems/construct-binary-tree-from-preorder-and-inorder-traversal 标签: 分治 阅读更多
2024-02-19发表2025-06-10更新LeetCode每日一题1 分钟读完 (大约195个字)590. N 叉树的后序遍历N 叉树的后序遍历 难度: easy 原始链接: https://leetcode.cn/problems/n-ary-tree-postorder-traversal 标签: 深度优先遍历, 广度优先遍历 阅读更多