2024-04-03发表2024-09-05更新LeetCode每日一题1 分钟读完 (大约141个字)1379. 找出克隆二叉树中的相同节点找出克隆二叉树中的相同节点 难度: easy 原始链接: https://leetcode.cn/problems/find-a-corresponding-node-of-a-binary-tree-in-a-clone-of-that-tree 标签: 前序遍历 阅读更多
2024-04-01发表2024-09-05更新LeetCode每日一题几秒读完 (大约97个字)2810. 故障键盘故障键盘 难度: easy 原始链接: https://leetcode.cn/problems/faulty-keyboard 标签: 双端队列 阅读更多
2024-03-30发表2024-03-30更新LeetCode每日一题几秒读完 (大约92个字)2952. 需要添加的硬币的最小数量需要添加的硬币的最小数量 难度: medium 原始链接: https://leetcode.cn/problems/minimum-number-of-coins-to-be-added 标签: 数学, 贪心 阅读更多
2024-03-29发表2024-09-05更新LeetCode每日一题1 分钟读完 (大约119个字)2908. 元素和最小的山形三元组 I元素和最小的山形三元组 I 难度: easy 原始链接: https://leetcode.cn/problems/minimum-sum-of-mountain-triplets-i 标签: 预处理 阅读更多
2024-03-27发表2024-03-27更新LeetCode每日一题1 分钟读完 (大约135个字)2580. 统计将重叠区间合并成组的方案数统计将重叠区间合并成组的方案数 难度: medium 原始链接: https://leetcode.cn/problems/count-ways-to-group-overlapping-ranges 标签: 排序, 快速幂 阅读更多