
LeetCode 每日一题
文章平均质量分 60
戊子仲秋
关山难越,谁悲失路之人?
展开
-
【LeetCode】每日一题 2024_1_14 超过阈值的最少操作数 I(简单模拟)
【LeetCode】每日一题 2024_1_14 超过阈值的最少操作数 I(简单模拟)原创 2025-01-14 14:17:07 · 291 阅读 · 0 评论 -
【LeetCode】每日一题 2024_1_13 分割数组的方案数(数组)
【LeetCode】每日一题 2024_1_13 分割数组的方案数(数组)原创 2025-01-13 13:26:31 · 363 阅读 · 0 评论 -
【LeetCode】每日一题 2024_1_12 按位与结果大于零的最长组合(位运算)
每天和你一起刷 LeetCode 每日一题~原创 2025-01-12 15:16:33 · 292 阅读 · 0 评论 -
【LeetCode】每日一题 2024_1_11 求出数字答案(数学/遍历/读题)
每天和你一起刷 LeetCode 每日一题~原创 2025-01-11 14:40:40 · 238 阅读 · 0 评论 -
【LeetCode】每日一题 2024_1_10 统计重新排列后包含另一个字符串的子字符串数目 II(滑动窗口)
【LeetCode】每日一题 2024_1_10 统计重新排列后包含另一个字符串的子字符串数目 II(滑动窗口)原创 2025-01-10 15:51:18 · 534 阅读 · 0 评论 -
【LeetCode】每日一题 2024_12_19 找到稳定山的下标(模拟)
【LeetCode】每日一题 2024_12_19 找到稳定山的下标(模拟)原创 2024-12-19 12:57:33 · 314 阅读 · 0 评论 -
【LeetCode】每日一题 2024_12_15 数组大小减半(哈希、排序)
【LeetCode】每日一题 2024_12_15 数组大小减半(哈希、排序)原创 2024-12-15 13:25:42 · 480 阅读 · 1 评论 -
【LeetCode】每日一题 2024_12_13 K 次乘运算后的最终数组 I(暴力)
【LeetCode】每日一题 2024_12_13 K 次乘运算后的最终数组 I(暴力)原创 2024-12-13 14:37:55 · 426 阅读 · 0 评论 -
【LeetCode】每日一题 2024_12_12 购买物品的最大开销(排序、贪心)
【LeetCode】每日一题 2024_12_12 购买物品的最大开销(排序、贪心)原创 2024-12-12 14:16:07 · 334 阅读 · 0 评论 -
【LeetCode】每日一题 2024_12_11 半有序排列(分类讨论)
每天和你一起刷 LeetCode 每日一题~原创 2024-12-11 12:10:11 · 521 阅读 · 0 评论 -
【LeetCode】每日一题 2024_12_9 判断国际象棋棋盘中一个格子的颜色(找规律)
【LeetCode】每日一题 2024_12_9 判断国际象棋棋盘中一个格子的颜色(找规律)原创 2024-12-09 14:43:02 · 505 阅读 · 0 评论 -
【LeetCode】每日一题 2024_12_7 骑士在棋盘上的概率(记忆化搜索/DP)
【LeetCode】每日一题 2024_12_7 骑士在棋盘上的概率(记忆化搜索/DP)原创 2024-12-07 13:51:34 · 448 阅读 · 0 评论 -
【LeetCode】每日一题 2024_12_6 可以被一步捕获的棋子数(模拟)
【LeetCode】每日一题 2024_12_6 可以被一步捕获的棋子数(模拟)原创 2024-12-06 13:42:09 · 301 阅读 · 0 评论 -
【LeetCode】每日一题 2024_12_5 捕获黑皇后需要的最少移动次数(分类讨论)
【LeetCode】每日一题 2024_12_5 捕获黑皇后需要的最少移动次数(分类讨论)原创 2024-12-05 13:01:38 · 361 阅读 · 0 评论 -
【LeetCode】每日一题 2024_12_3 检查棋盘方格颜色是否相同(简单题简单做)
【LeetCode】每日一题 2024_12_3 检查棋盘方格颜色是否相同(简单题简单做)原创 2024-12-03 11:49:00 · 396 阅读 · 0 评论 -
【LeetCode】每日一题 2024_12_1 N 皇后(回溯,DFS)
【LeetCode】每日一题 2024_12_1 N 皇后(回溯,DFS)原创 2024-12-01 13:53:33 · 623 阅读 · 0 评论 -
【LeetCode】每日一题 2024_11_30 判断是否可以赢得数字游戏(模拟)
【LeetCode】每日一题 2024_11_30 判断是否可以赢得数字游戏(模拟)原创 2024-11-30 11:52:16 · 298 阅读 · 0 评论 -
【LeetCode】每日一题 2024_11_26 交替组 I(模拟)
【LeetCode】每日一题 2024_11_26 交替组 I(模拟)原创 2024-11-26 13:39:15 · 461 阅读 · 0 评论 -
【LeetCode】每日一题 2024_11_23 矩阵中的蛇(哈希、计数)
【LeetCode】每日一题 2024_11_23 矩阵中的蛇(哈希、计数)原创 2024-11-23 12:56:24 · 437 阅读 · 0 评论 -
【LeetCode】每日一题 2024_11_21 矩阵中的蛇(模拟)
【LeetCode】每日一题 2024_11_21 矩阵中的蛇(模拟)原创 2024-11-21 13:38:02 · 906 阅读 · 0 评论 -
【LeetCode】每日一题 2024_11_16 最少翻转次数使二进制矩阵回文 II(矩阵,分类讨论)
【LeetCode】每日一题 2024_11_16 最少翻转次数使二进制矩阵回文 II(矩阵,分类讨论)原创 2024-11-16 13:34:46 · 634 阅读 · 0 评论 -
【LeetCode】每日一题 2024_11_15 最少翻转次数使二进制矩阵回文 I(模拟、矩阵遍历(竖着遍历))
【LeetCode】每日一题 2024_11_15 最少翻转次数使二进制矩阵回文 I(模拟、矩阵遍历(竖着遍历))原创 2024-11-15 11:35:35 · 563 阅读 · 0 评论 -
【LeetCode】每日一题 2024_11_14 统计好节点的数目(图/树的 DFS)
【LeetCode】每日一题 2024_11_14 统计好节点的数目(图/树的 DFS)原创 2024-11-14 12:34:26 · 605 阅读 · 0 评论 -
【LeetCode】每日一题 2024_11_12 统计满足 K 约束的子字符串数量 I(滑动窗口)
【LeetCode】每日一题 2024_11_12 统计满足 K 约束的子字符串数量 I(滑动窗口)原创 2024-11-12 13:35:38 · 438 阅读 · 0 评论 -
【LeetCode】每日一题 2024_11_11 切棍子的最小成本(区间 DP,记忆化搜索)
【LeetCode】每日一题 2024_11_11 切棍子的最小成本(区间 DP,记忆化搜索)原创 2024-11-11 13:41:09 · 415 阅读 · 0 评论 -
【LeetCode】每日一题 2024_11_10 有序数组中的单一元素(二分)
【LeetCode】每日一题 2024_11_10 有序数组中的单一元素(二分)原创 2024-11-10 14:02:21 · 341 阅读 · 0 评论 -
【LeetCode】每日一题 2024_11_9 设计相邻元素求和服务(构造,哈希)
【LeetCode】每日一题 2024_11_9 设计相邻元素求和服务(构造,哈希)原创 2024-11-09 13:31:55 · 321 阅读 · 0 评论 -
【LeetCode】每日一题 2024_11_6 长度为 K 的子数组的能量值 I(模拟、一次遍历)
【LeetCode】每日一题 2024_11_6 长度为 K 的子数组的能量值 I(模拟、一次遍历)原创 2024-11-06 10:13:15 · 367 阅读 · 0 评论 -
【LeetCode】每日一题 2024_11_5 求出硬币游戏的赢家(模拟/数学)
【LeetCode】每日一题 2024_11_5 求出硬币游戏的赢家(模拟/数学)原创 2024-11-05 13:51:23 · 221 阅读 · 0 评论 -
【LeetCode】每日一题 2024_11_4 平方数之和(枚举)
【LeetCode】每日一题 2024_11_4 平方数之和(枚举)原创 2024-11-04 09:52:56 · 347 阅读 · 0 评论 -
【LeetCode】每日一题 2024_11_3 大礼包(记忆化搜索)
【LeetCode】每日一题 2024_11_3 大礼包(记忆化搜索)原创 2024-11-03 14:35:25 · 276 阅读 · 0 评论 -
【LeetCode】每日一题 2024_11_2 使两个整数相等的位更改次数(位运算/模拟)
【LeetCode】每日一题 2024_11_2 使两个整数相等的位更改次数(位运算/模拟)原创 2024-11-02 16:14:44 · 461 阅读 · 0 评论 -
【LeetCode】每日一题 2024_11_1 超级饮料的最大强化能量(DP)
【LeetCode】每日一题 2024_11_1 超级饮料的最大强化能量(DP)原创 2024-11-01 14:31:41 · 542 阅读 · 0 评论 -
【LeetCode】每日一题 2024_10_30 交换后字典序最小的字符串(字符串、贪心)
【LeetCode】每日一题 2024_10_30 交换后字典序最小的字符串(字符串、贪心)原创 2024-10-30 10:16:49 · 372 阅读 · 0 评论 -
【LeetCode】每日一题 2024_10_29 生成不含相邻零的二进制字符串(DFS)
【LeetCode】每日一题 2024_10_29 生成不含相邻零的二进制字符串(DFS)原创 2024-10-29 15:12:17 · 349 阅读 · 0 评论 -
【LeetCode】每日一题 2024_10_27 冗余连接(并查集)
【LeetCode】每日一题 2024_10_27 冗余连接(并查集)原创 2024-10-27 15:16:59 · 381 阅读 · 0 评论 -
【LeetCode】每日一题 2024_10_25 执行操作可获得的最大总奖励 I(经典 DP:0-1背包)
【LeetCode】每日一题 2024_10_25 执行操作可获得的最大总奖励 I(经典 DP:0-1背包)原创 2024-10-25 16:37:24 · 407 阅读 · 0 评论 -
【LeetCode】每日一题 2024_10_24 找到连续赢 K 场比赛的第一位玩家(模拟/脑筋急转弯)
【LeetCode】每日一题 2024_10_24 找到连续赢 K 场比赛的第一位玩家(模拟/脑筋急转弯)原创 2024-10-24 12:16:24 · 344 阅读 · 0 评论 -
【LeetCode】每日一题 2024_10_22 构成整天的下标对数目 I(暴力/哈希)
【LeetCode】每日一题 2024_10_22 构成整天的下标对数目 I(暴力/哈希)原创 2024-10-22 14:23:45 · 436 阅读 · 0 评论 -
【LeetCode】每日一题 2024_10_21 最小差值 II(贪心)
【LeetCode】每日一题 2024_10_21 最小差值 II(贪心)原创 2024-10-21 14:20:59 · 384 阅读 · 0 评论