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 阅读更多
2023-11-24发表2023-12-01更新LeetCode每日一题1 分钟读完 (大约148个字)2824. 统计和小于目标的下标对数目2824. 统计和小于目标的下标对数目 难度: easy 原始链接: https://leetcode.cn/problems/count-pairs-whose-sum-is-less-than-target 标签: 排序, 二分 阅读更多