2024-06-27 2024-07-02 problem 1 分钟读完 (大约116个字)lc2734.执行子串操作后的字典序最小字符串题目链接:2734. 执行子串操作后的字典序最小字符串 - 力扣(LeetCode) LeetCode, greedy 阅读更多
2024-05-30 2024-05-30 problem 1 分钟读完 (大约142个字)lc1630. 等差子数组题目链接:1630. 等差子数组 - 力扣(LeetCode) LeetCode, Brute Force 阅读更多
2024-05-03 2024-05-03 problem 几秒读完 (大约73个字)lc1491. 去掉最低工资和最高工资后的工资平均值题目链接:1491. 去掉最低工资和最高工资后的工资平均值 - 力扣(LeetCode) LeetCode, sortings 阅读更多
2024-04-12 2024-05-12 problem 1 分钟读完 (大约112个字)lc2923.找到冠军 i题目链接:2923. 找到冠军 I - 力扣(LeetCode) LeetCode, implementation, Easy 阅读更多
2024-03-23 2024-05-30 problem 2 分钟读完 (大约259个字)lc887. 鸡蛋掉落题目连接:887. 鸡蛋掉落 - 力扣(LeetCode) LeetCode, Dynamic Programming, Binary Search 阅读更多
2024-03-06 2024-05-12 problem 几秒读完 (大约105个字)lc2917.找出数组中的k-or值题目链接:2917. 找出数组中的 K-or 值 - 力扣(LeetCode) LeetCode, implementation, Easy 阅读更多
2024-03-02 2024-04-20 problem 几秒读完 (大约95个字)lc2369.检查数组是否存在有效划分题目链接: LeetCode, Dynamic Programming 阅读更多
2024-02-29 2024-04-20 problem 2 分钟读完 (大约227个字)lc2581.统计可能的树根数目题目链接: LeetCode, Dynamic Programming 阅读更多
2024-02-27 2024-04-20 problem 几秒读完 (大约67个字)lc2867.统计树中的合法路径数目题目链接:https://leetcode.cn/problems/count-valid-paths-in-a-tree/ LeetCode, 树形 DP 阅读更多
2023-07-15 2024-04-20 problem 几秒读完 (大约105个字)lc18. 四数之和题目链接:18. 四数之和 - 力扣(Leetcode) LeetCode, two pointer 阅读更多
2023-07-14 2024-04-20 problem 几秒读完 (大约105个字)lc931.下降路径最小和题目链接:下降路径最小和 LeetCode, Dynamic Programming 阅读更多
2023-07-12 2024-04-20 problem 几秒读完 (大约59个字)lc2544. 交替数字和题目链接:2544. 交替数字和 - 力扣(Leetcode) LeetCode 阅读更多
2023-07-11 2024-04-20 problem 几秒读完 (大约87个字)lc1911. 最大子序列交替和题目链接:1911. 最大子序列交替和 - 力扣(Leetcode) LeetCode, DP 阅读更多
2023-07-10 2024-04-20 problem 1 分钟读完 (大约148个字)lc16. 最接近的三数之和题目链接:16. 最接近的三数之和 - 力扣(Leetcode) LeetCode, two pointer 阅读更多
2023-07-09 2024-05-12 problem 2 分钟读完 (大约312个字)lc15. 三数之和题目链接:15. 三数之和 - 力扣(Leetcode) LeetCode, two pointer 阅读更多
2023-07-08 2024-04-20 problem 1 分钟读完 (大约123个字)lc167. 两数之和 ii - 输入有序数组题目链接:167. 两数之和 II - 输入有序数组 LeetCode, two pointer, Binary Search 阅读更多
2023-07-05 2024-04-20 problem 几秒读完 (大约78个字)lc2600. k 件物品的最大和题目链接:2600. K 件物品的最大和 - 力扣(LeetCode) LeetCode, 贪心 阅读更多
2023-07-04 2024-04-20 problem 1 分钟读完 (大约115个字)lc1969. 数组元素的最小非零乘积题目链接:1969. 数组元素的最小非零乘积 LeetCode 阅读更多
2023-07-04 2024-04-20 problem 1 分钟读完 (大约167个字)lc5832. 构造元素不等于两相邻元素平均值的数组题目链接:5832. 构造元素不等于两相邻元素平均值的数组 - 力扣(LeetCode) LeetCode, 贪心, 排序 阅读更多
2023-07-04 2024-04-20 problem 几秒读完 (大约74个字)lc852. 山脉数组的峰顶索引题目链接:852. 山脉数组的峰顶索引 - 力扣(LeetCode) (leetcode-cn.com) LeetCode, 三分搜索 阅读更多
2023-04-03 2024-04-20 problem 1 分钟读完 (大约224个字)lc1053. 交换一次的先前排列题目链接:LC1053. 交换一次的先前排列 LeetCode, greedy 阅读更多
2023-04-03 2024-05-12 problem 1 分钟读完 (大约115个字)lc526. 优美的排列题目链接:526. 优美的排列 - 力扣(LeetCode) (leetcode-cn.com) LeetCode, DP, bitmasks 阅读更多
2023-04-02 2024-04-20 problem 2 分钟读完 (大约301个字)lc1039. 多边形三角剖分的最低得分题目链接:1039. 多边形三角剖分的最低得分 LeetCode, Dynamic Programming, 区间 DP 阅读更多
2023-04-01 2024-04-20 problem 几秒读完 (大约77个字)lc831. 隐藏个人信息题目链接:831. 隐藏个人信息 - 力扣(LeetCode) LeetCode, Problems, implementation 阅读更多
2023-03-31 2024-04-20 problem 几秒读完 (大约92个字)lc2367. 算术三元组的数目题目链接:2367. 算术三元组的数目 - 力扣(LeetCode) LeetCode, Problems 阅读更多
2023-03-30 2024-05-12 problem 几秒读完 (大约103个字)lc1637. 两点之间不包含任何点的最宽垂直区域题目链接:1637. 两点之间不包含任何点的最宽垂直区域 - 力扣(LeetCode) LeetCode, sortings 阅读更多
2023-03-28 2024-05-12 problem 1 分钟读完 (大约127个字)lc1638. 统计只差一个字符的子串数目题目链接:LC1638 LeetCode, Problems, medium 阅读更多
2021-08-18 2024-05-12 problem 1 分钟读完 (大约187个字)lc552. 学生出勤记录 ii题目链接: LeetCode, Dynamic Programming, Problems 阅读更多