2023-11-22发表2023-11-22更新LeetCode每日一题2 分钟读完 (大约278个字)2304. 网格中的最小路径代价2304. 网格中的最小路径代价 难度: medium 原始链接: https://leetcode.cn/problems/minimum-path-cost-in-a-grid 标签: 动态规划 阅读更多
2023-11-21发表2023-11-21更新LeetCode每日一题几秒读完 (大约81个字)2216. 美化数组的最少删除数2216. 美化数组的最少删除数 难度: medium 原始链接: https://leetcode.cn/problems/minimum-deletions-to-make-array-beautiful 标签: 模拟 阅读更多
2023-11-20发表2023-11-20更新LeetCode每日一题1 分钟读完 (大约199个字)53. 最大子数组和53. 最大子数组和 难度: medium 原始链接: https://leetcode.cn/problems/maximum-subarray 标签: 动态规划, 分治法 阅读更多
2023-11-18发表2023-11-18更新LeetCode每日一题1 分钟读完 (大约130个字)2342. 数位和相等数对的最大和2342. 数位和相等数对的最大和 难度: medium 原始链接: https://leetcode.cn/problems/max-sum-of-a-pair-with-equal-sum-of-digits 标签: 哈希, 贪心 阅读更多
2023-11-13发表2023-11-13更新LeetCode每日一题2 分钟读完 (大约299个字)307. 区域和检索 - 数组可修改307. 区域和检索 - 数组可修改 难度: medium 原始链接: https://leetcode.cn/problems/range-sum-query-mutable 标签: 线段树 阅读更多