2023-11-30发表2023-11-30更新LeetCode每日一题1 分钟读完 (大约112个字)1657. 确定两个字符串是否接近1657. 确定两个字符串是否接近 难度: medium 原始链接: https://leetcode.cn/problems/determine-if-two-strings-are-close 标签: 哈希计数 阅读更多
2023-11-29发表2023-11-29更新LeetCode每日一题1 分钟读完 (大约201个字)2336. 无限集中的最小数字2336. 无限集中的最小数字 难度: medium 原始链接: https://leetcode.cn/problems/smallest-number-in-infinite-set 标签: 有序哈希, 优先级队列 阅读更多
2023-11-28发表2023-11-28更新LeetCode每日一题1 分钟读完 (大约221个字)1670. 设计前中后队列1670. 设计前中后队列 难度: medium 原始链接: https://leetcode.cn/problems/design-front-middle-back-queue 标签: 队列 阅读更多
2023-11-27发表2023-11-27更新LeetCode每日一题1 分钟读完 (大约155个字)907. 子数组的最小值之和907. 子数组的最小值之和 难度: medium 原始链接: https://leetcode.cn/problems/sum-of-subarray-minimums 标签: 单调栈 阅读更多
2023-11-25发表2023-11-25更新LeetCode每日一题1 分钟读完 (大约118个字)1457. 二叉树中的伪回文路径1457. 二叉树中的伪回文路径 难度: medium 原始链接: https://leetcode.cn/problems/pseudo-palindromic-paths-in-a-binary-tree 标签: dfs 阅读更多