2024-01-14发表2024-01-14更新LeetCode每日一题几秒读完 (大约103个字)83. 删除排序链表中的重复元素83. 删除排序链表中的重复元素 难度: easy 原始链接: https://leetcode.cn/problems/remove-duplicates-from-sorted-list 标签: 模拟 阅读更多
2024-01-13发表2024-01-13更新LeetCode每日一题1 分钟读完 (大约166个字)2182. 构造限制重复的字符串2182. 构造限制重复的字符串 难度: medium 原始链接: https://leetcode.cn/problems/construct-string-with-repeat-limit 标签: 贪心, 大根堆 阅读更多
2024-01-12发表2024-01-12更新LeetCode每日一题1 分钟读完 (大约154个字)2085. 统计出现过一次的公共字符串2085. 统计出现过一次的公共字符串 难度: easy 原始链接: https://leetcode.cn/problems/count-common-words-with-one-occurrence 标签: 哈希 阅读更多
2024-01-11发表2024-01-11更新LeetCode每日一题1 分钟读完 (大约174个字)2645. 构造有效字符串的最少插入数2645. 构造有效字符串的最少插入数 难度: medium 原始链接: https://leetcode.cn/problems/minimum-additions-to-make-valid-string 标签: 动态规划, 模拟 阅读更多
2024-01-10发表2024-01-10更新LeetCode每日一题几秒读完 (大约96个字)2696. 删除子串后的字符串最小长度2696. 删除子串后的字符串最小长度 难度: easy 原始链接: https://leetcode.cn/problems/minimum-string-length-after-removing-substrings 标签: 栈 阅读更多