首页
沸点
课程
AI Coding
数据标注
更多
直播
活动
APP
插件
直播
活动
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
登录
注册
Leetcode Daily Question
pursuit_c
创建于2024-11-11
订阅专栏
leetcode.com 美区 daily question
暂无订阅
共66篇文章
创建于2024-11-11
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
LeetCode 3423. Maximum Difference Between Adjacent Elements in a Circular Array
🔗 https://leetcode.com/problems/maximum-difference-between-adjacent-elements-in-a-circular-array 题目
LeetCode 2375. Construct Smallest Number From DI String
🔗 https://leetcode.com/problems/construct-smallest-number-from-di-string 题目 给一个长度不超过 8 的字符串,由 D 和 I
LeetCode 1079. Letter Tile Possibilities
🔗 https://leetcode.com/problems/letter-tile-possibilities 题目 给 N 个字符,都是大写字母,字母可能重复 给出这些字符可以生成的所有字符串的
LeetCode 1352. Product of the Last K Numbers
🔗 https://leetcode.com/problems/product-of-the-last-k-numbers 题目 实现一个类,可以添加元素,也可以返回最近添加 k 个元素的乘积 思路
LeetCode 1726. Tuple with Same Product
🔗 https://leetcode.com/problems/tuple-with-same-product 题目 给无重复数字的数组,返回形成 a * b = c * d 的个数,其中 abcd
LeetCode 1790. Check if One String Swap Can Make Strings Equal
🔗 https://leetcode.com/problems/check-if-one-string-swap-can-make-strings-equal 题目 一个字符串经过最多一次字符交换,返
LeetCode 1800. Maximum Ascending Subarray Sum
🔗 https://leetcode.com/problems/maximum-ascending-subarray-sum 题目 给一个数组,求严格升序子数组的最大 sum 思路 遍历数组,如果是升
LeetCode 3105. Longest Strictly Increasing or Strictly Decreasing Subarray
🔗 https://leetcode.com/problems/longest-strictly-increasing-or-strictly-decreasing-subarray 题目 给一个数组
LeetCode 2661. First Completely Painted Row or Column
🔗 https://leetcode.com/problems/first-completely-painted-row-or-column 题目 给一个 m*n 的二维数组,给一个 arr 的一纬数
LeetCode 2657. Find the Prefix Common Array of Two Arrays
🔗 https://leetcode.com/problems/find-the-prefix-common-array-of-two-arrays 题目 给两个数组 A 和 B,是 n 的全排列 返
LeetCode 3223. Minimum Length of String After Operations
🔗 https://leetcode.com/problems/minimum-length-of-string-after-operations 题目 给一个字符串,进行如下操作,返回经过操作后,字
LeetCode 2116. Check if a Parentheses String Can Be Valid
🔗 https://leetcode.com/problems/check-if-a-parentheses-string-can-be-valid 题目 给一个字符串,由'(' and ')' 组成
LeetCode 916. Word Subsets
🔗 https://leetcode.com/problems/word-subsets 题目 给两个字符串数组,word1 和 word2 若每一个 word2 中的字符串,都是字符串 x 的 su
LeetCode 2185. Counting Words With a Given Prefix
🔗 https://leetcode.com/problems/counting-words-with-a-given-prefix 题目 给一个字符串数组,返回其中前缀为 pref 的个数 思路 模
LeetCode 1639. Number of Ways to Form a Target String Given a Dictionary
🔗 https://leetcode.com/problems/number-of-ways-to-form-a-target-string-given-a-dictionary 题目 给一个字符串数
LeetCode 3042. Count Prefix and Suffix Pairs I
🔗 https://leetcode.com/problems/count-prefix-and-suffix-pairs-i 题目 一个字符串数组,返回其中有几对,word i 既是 word j
LeetCode 1408. String Matching in an Array
🔗 https://leetcode.com/problems/string-matching-in-an-array 题目 判断字符串是否是其他字符串的子串 思路 KMP,或者直接暴力,题目的数据量
LeetCode 1769. Minimum Number of Operations to Move All Balls to Each Box
🔗 https://leetcode.com/problems/minimum-number-of-operations-to-move-all-balls-to-each-box 题目 给一个只有
LeetCode 2381. Shifting Letters II
🔗 https://leetcode.com/problems/shifting-letters-ii 题目 给一个字符串 s,由 a-z 小写字母组成 给一个组操作,由 st, end, dir 组
LeetCode 1930. Unique Length-3 Palindromic Subsequences
🔗 https://leetcode.com/problems/unique-length-3-palindromic-subsequences 题目 给一个由 lowercase english l
下一页