2024-06-19发表2025-01-15更新LeetCode每日一题1 分钟读完 (大约182个字)2713. 矩阵中严格递增的单元格数矩阵中严格递增的单元格数 难度: hard 原始链接: https://leetcode.cn/problems/maximum-strictly-increasing-cells-in-a-matrix 标签: 动态规划 阅读更多
2024-04-22发表2025-01-15更新LeetCode每日一题1 分钟读完 (大约148个字)377. 组合总和 IV组合总和 IV 难度: medium 原始链接: https://leetcode.cn/problems/combination-sum-iv 标签: 动态规划 阅读更多
2024-03-01发表2025-01-15更新LeetCode每日一题1 分钟读完 (大约195个字)2369. 检查数组是否存在有效划分检查数组是否存在有效划分 难度: medium 原始链接: https://leetcode.cn/problems/check-if-there-is-a-valid-partition-for-the-array 标签: 动态规划 阅读更多
2024-01-11发表2024-01-11更新LeetCode每日一题1 分钟读完 (大约174个字)2645. 构造有效字符串的最少插入数2645. 构造有效字符串的最少插入数 难度: medium 原始链接: https://leetcode.cn/problems/minimum-additions-to-make-valid-string 标签: 动态规划, 模拟 阅读更多
2024-01-09发表2024-01-09更新LeetCode每日一题2 分钟读完 (大约310个字)2707. 字符串中的额外字符2707. 字符串中的额外字符 难度: medium 原始链接: https://leetcode.cn/problems/extra-characters-in-a-string 标签: 动态规划, 前缀树 阅读更多