算法 134
- [LeetCode] 每日一题 2799. 统计完全子数组的数目(滑动窗口) 2025-04-24
- [LeetCode] 每日一题 1399. 统计最大组的数目(暴力求解) 2025-04-23
- [LeetCode] 每日一题 2145. 统计隐藏数组数目(前缀和) 2025-04-21
- [LeetCode] 每日一题 781. 森林中的兔子(贪心 + 计数) 2025-04-20
- [LeetCode] 每日一题 2563. 统计公平数对的数目(二分查找 + 化简) 2025-04-19
- [LeetCode] 每日一题 2364. 统计坏数对的数目(逆向思维) 2025-04-18
- [LeetCode] 每日一题 2176. 统计数组中相等且可以被整除的数对(暴力法 & 哈希(反优化))) 2025-04-17
- [LeetCode] 每日一题 2537. 统计好子数组的数目(滑动窗口) 2025-04-16
- [LeetCode] 每日一题 2179. 统计数组中好三元组数目(新知识:树状数组) 2025-04-15
- [LeetCode] 每日一题 1534. 统计好三元组(暴力法 & 前缀和优化) 2025-04-14
- [LeetCode] 每日一题 1922. 统计好数字的数目(快速幂) 2025-04-13
- [LeetCode] 每日一题 3272. 统计好整数的数目(困难题 枚举) 2025-04-12
- [LeetCode] 每日一题 2843. 统计对称整数的数目(简单计数对比) 2025-04-11
- [LeetCode] 每日一题 2999. 统计强大整数的数目(记忆化搜索 + 复杂条件) 2025-04-10
- [LeetCode] 每日一题 3375. 使数组的值全部为 K 的最少操作次数(脑筋急转弯) 2025-04-9
- [LeetCode] 每日一题 3396. 使数组元素互不相同所需的最少操作次数(简单数学计算) 2025-04-8
- [LeetCode] 每日一题 416. 分割等和子集(记忆化搜索) 2025-04-7
- [LeetCode] 每日一题 368. 最大整除子集(dfs + 记忆化搜索) 2025-04-6
- [LeetCode] 每日一题 1863. 找出所有子集的异或总和再求和(递归法 | 数学推导法) 2025-04-5
- [LeetCode] 每日一题 1123. 最深叶节点的最近公共祖先(dfs + 递归) 2025-04-4
- [LeetCode] 每日一题 2874. 有序三元组中的最大值 II(与昨天思路一致) 2025-04-3
- [LeetCode] 每日一题 2873. 有序三元组中的最大值 I(前后缀数组 + 贪心优化) 2025-04-2
- [LeetCode] 每日一题 2140. 解决智力问题(dfs + 记忆化搜索) 2025-04-1
- [LeetCode] 每日一题 2278. 字母在字符串中的百分比(简单计数) 2025-03-31
- [LeetCode] 每日一题 2109. 向字符串添加空格(双指针 + 字符串操作) 2025-03-30
- [LeetCode] 每日一题 2360. 图中的最长环(dfs + 时间戳标记法) 2025-03-29
- [LeetCode] 每日一题 2716. 最小化字符串长度(简单题) 2025-03-28
- [LeetCode] 每日一题 2712. 使所有字符相等的最小成本(贪心算法) 2025-03-27
- [LeetCode] 每日一题 2829. k-avoiding 数组的最小总和(简单的数学推导) 2025-03-26
- [LeetCode] 每日一题 2711. 对角线上不同值的数量差(灵活使用前后缀思维化简) 2025-03-25
- [LeetCode] 每日一题 2255. 统计是给定字符串前缀的字符串数目(简单遍历比较) 2025-03-24
- [LeetCode] 每日一题 2116. 判断一个括号字符串是否有效(冗余假设法) 2025-03-23
- [LeetCode] 每日一题 2643. 一最多的行(简单题) 2025-03-22
- [LeetCode] 每日一题 2680. 最大或值(前缀和的位运算版本) 2025-03-21
- [LeetCode] 每日一题 2612. 最少翻转操作数 2025-03-20
- [LeetCode] 每日一题 2610. 转换二维数组 + 集合迭代踩坑 2025-03-19
- [LeetCode] 每日一题 2614. 对角线上的质数 2025-03-18
- [LeetCode] 每日一题 1963. 使字符串平衡的最小交换次数 2025-03-17
- [LeetCode] 每日一题 2272. 最大波动的子字符串 2025-03-16
- [LeetCode] 每日一题 3110. 字符串的分数 2025-03-15
- [LeetCode] 每日一题 3340. 检查平衡字符串 2025-03-14
- [LeetCode] 每日一题 3306. 元音辅音字符串计数 II 2025-03-13
- [LeetCode] 每日一题 3305. 元音辅音字符串计数 I 2025-03-12
- [LeetCode] 每日一题 2012. 数组美丽值求和 2025-03-11
- [LeetCode] 每日一题 2269. 找到一个数字的 K 美丽值 2025-03-10
- [LeetCode] 每日一题 2070. 每一个查询的最大美丽值 2025-03-9
- [LeetCode] 每日一题 2234. 花园的最大总美丽值 2025-03-8
- [LeetCode] 每日一题 2597. 美丽子集的数目 2025-03-7
- [LeetCode] 每日一题 2588. 统计美丽子数组数目 2025-03-6
- [LeetCode] 每日一题 1328. 破坏回文串 2025-03-5
- [LeetCode] 每日一题 1745. 分割回文串 IV 2025-03-4
- [LeetCode] 每日一题 1278. 分割回文串 III 2025-03-3
- [LeetCode] 每日一题 132. 分割回文串 II 2025-03-2
- [LeetCode] 每日一题 131. 分割回文串 2025-03-1
- [LeetCode] 每日一题 2353. 设计食物评分系统 2025-02-28
- [LeetCode] 每日一题 2296. 设计一个文本编辑器 2025-02-27
- [LeetCode] 每日一题 1472. 设计浏览器历史记录 2025-02-26
- [LeetCode] 每日一题 2502. 设计内存分配器 2025-02-25
- [LeetCode] 每日一题 1656. 设计有序流 2025-02-24
- [LeetCode] 每日一题 1206. 设计跳表(非常实用的数据结构) 2025-02-23
- [LeetCode] 每日一题 2506. 统计相似字符串对的数目 2025-02-22
- [LeetCode] 每日一题 2209. 用地毯覆盖后的最少白色砖块 2025-02-21
- [LeetCode] 每日一题 2595. 奇偶位数 2025-02-20
- [LeetCode] 每日一题 624. 数组列表中的最大距离 2025-02-19
- [LeetCode] 每日一题 2080. 区间内查询数字的频率 2025-02-18
- [LeetCode] 每日一题 1287. 有序数组中出现次数超过25%的元素 2025-02-17
- [LeetCode] 每日一题 1299. 将每个元素替换为右侧最大元素 2025-02-16
- [LeetCode] 每日一题 1706. 球会落何处 2025-02-15
- [LeetCode] 每日一题 1552. 两球之间的磁力 2025-02-15
- [LeetCode] 每日一题 1742. 盒子中小球的最大数量 2025-02-13
- [LeetCode] 每日一题 1760. 袋子里最少数目的球 2025-02-12
- [LeetCode] 每日一题 80. 删除有序数组中的重复项 II 2025-02-9
- [LeetCode] 每日一题 63. 不同路径 II 2025-02-8
- [LeetCode] 每日一题 59. 螺旋矩阵 II 2025-02-7
- [LeetCode] 每日一题 47. 全排列 II 2025-02-6
- [LeetCode] 每日一题 90. 子集 II 2025-02-5
- [LeetCode] 每日一题 680. 验证回文串 II 2025-02-3
- [LeetCode] 每日一题 598. 区间加法 II 2025-02-2
- [LeetCode] 每日一题 81. 搜索旋转排序数组 II 2025-02-1
- [LeetCode] 每日一题 541. 反转字符串 II 2025-01-31
- [LeetCode] 每日一题 350. 两个数组的交集 II 2025-01-30
- [LeetCode] 每日一题 219. 存在重复元素 II 2025-01-29
- [LeetCode] 每日一题 119. 杨辉三角 II 2025-01-28
- [LeetCode] 每日一题 45. 跳跃游戏 II 2025-01-27
- [LeetCode] 每日一题 40. 组合总和 II 2025-01-26
- [LeetCode] 每日一题 2412. 完成所有交易的初始最少钱数 2025-01-25
- [LeetCode] 每日一题 2944. 购买水果需要的最少金币数 2025-01-24
- [LeetCode] 每日一题 2920. 收集所有金币可获得的最大积分 2025-01-23
- [LeetCode] 每日一题 1561. 你可以获得的最大硬币数目 2025-01-22
- [LeetCode] 每日一题 2218. 从栈中取出 K 个硬币的最大面值和 2025-01-21
- [LeetCode] 每日一题 2239. 找到最接近 0 的数字 2025-01-20
- [LeetCode] 每日一题 2266. 统计打字方案数 2025-01-19
- [LeetCode] 每日一题 3287. 求出数组中最大序列值 2025-01-18
- [LeetCode] 每日一题 3097. 或值至少为 K 的最短子数组 II 2025-01-17
- [LeetCode] 每日一题 3095. 或值至少 K 的最短子数组 I 2025-01-16
- [LeetCode] 每日一题 3066. 超过阈值的最少操作数 II 2025-01-15
- [LeetCode] 每日一题 3065. 超过阈值的最少操作数 I 2025-01-14
- [LeetCode] 每日一题 2270. 分割数组的方案数 2025-01-13
- [LeetCode] 每日一题 2275. 按位与结果大于零的最长组合 2025-01-12
- [LeetCode] 每日一题 3270. 求出数字答案 2025-01-11
- [LeetCode] 每日一题 3297. 统计重新排列后包含另一个字符串的子字符串数目 I 2025-01-9
- [LeetCode] 每日一题 2264. 字符串中最大的 3 位相同数字 2025-01-8
- [LeetCode] 每日一题 3019. 按键变更的次数 2025-01-7
- [LeetCode] 每日一题 2274. 不含特殊楼层的最大连续楼层数 2025-01-6
- [LeetCode] 每日一题 2241. 设计一个 ATM 机器 2025-01-5
- [LeetCode] 每日一题 732. 我的日程安排表 III 2025-01-4
- [LeetCode] 每日一题 731. 我的日程安排表 II 2025-01-3
- [LeetCode] 每日一题 729. 我的日程安排表 I 2025-01-2
- [LeetCode] 每日一题 3280. 将日期转换为二进制表示 2025-01-1
- [LeetCode] 每日一题 3219. 切蛋糕的最小总开销 II 2024-12-31
- [LeetCode] 每日一题 1367. 二叉树中的链表 2024-12-30
- [LeetCode] 每日一题 1366. 通过投票对团队排名 2024-12-29
- [LeetCode] 每日一题 3046. 分割数组 2024-12-28
- [LeetCode] 每日一题 3159. 查询数组中元素的出现位置 2024-12-27
- [LeetCode] 每日一题 3083. 字符串及其反转中是否存在同一子字符串 2024-12-26
- [LeetCode] 每日一题 3218. 切蛋糕的最小总开销 I 2024-12-25
- [LeetCode] 每日一题 1705. 吃苹果的最大数目 2024-12-24
- [LeetCode] 每日一题 855. 考场就座 2024-12-23
- [LeetCode] 每日一题 1387. 将整数按权重排序 2024-12-22
- [LeetCode] 每日一题 1338. 数组大小减半 2024-12-15
- [LeetCode] 每日一题 3266. K 次乘运算后的最终数组 II 2024-12-14
- 快速幂算法 2024-12-14
- [LeetCode] 每日一题 3264. K 次乘运算后的最终数组 I 2024-12-13
- [LeetCode] 每日一题 2931. 购买物品的最大开销 2024-12-12
- [LeetCode] 每日一题 2717. 半有序排列 2024-12-11
- [LeetCode] 每日一题 935. 骑士拨号器 2024-12-10
- [LeetCode] 每日一题 1812. 判断国际象棋棋盘中一个格子的颜色 2024-12-9
- [LeetCode] 每日一题 782. 变为棋盘 2024-12-8
- [LeetCode] 每日一题 688. 骑士在棋盘上的概率 2024-12-7
- [LeetCode] 每日一题 999. 可以被一步捕获的棋子数 2024-12-6
- [LeetCode] 每日一题 3001. 捕获黑皇后需要的最少移动次数 2024-12-5
- [LeetCode] 每日一题 2056. 棋盘上有效移动组合的数目 2024-12-4
- [LeetCode] 每日一题 3274. 检查棋盘方格颜色是否相同 2024-12-3
- 无辅助空间交换值 2024-11-11