leetcode每日一题 P3546 等和矩阵分割 I发表于|更新于|algorithmalgorithm•leetcode•每日一题
前缀和
leetcode每日一题 P2906 构造乘积矩阵发表于|更新于|algorithmalgorithm•leetcode•每日一题
前缀和
leetcode每日一题 P1437 是否所有1都至少相隔k个元素发表于|更新于|algorithmalgorithm•leetcode•每日一题
数组
leetcode每日一题 P1513 仅含1的子串个数发表于|更新于|algorithmalgorithm•leetcode•每日一题
字符串
leetcode每日一题 P2536 子矩阵元素加 1发表于|更新于|algorithmalgorithm•leetcode•每日一题
差分与前缀和互逆
leetcode每日一题 P3228 将 1 移动到末尾的最大操作次数发表于|更新于|algorithmalgorithm•leetcode•每日一题
贪心
leetcode每日一题 P2654 使数组所有元素变成 1 的最少操作次数发表于|更新于|algorithmalgorithm•leetcode•每日一题
gcd 数学
leetcode每日一题 P474 一和零发表于|更新于|algorithmalgorithm•leetcode•每日一题
0-1背包问题
leetcode每日一题 P3542 将所有元素变为 0 的最少操作次数发表于|更新于|algorithmalgorithm•leetcode•每日一题
单调栈
leetcode每日一题 P2169 得到 0 的操作数发表于|更新于|algorithmalgorithm•leetcode•每日一题
模拟