首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
力扣练习题
荞慧子
创建于2023-05-12
订阅专栏
力扣题目记录
暂无订阅
共42篇文章
创建于2023-05-12
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
力扣动态规划练习题(最大子数组合、跳跃游戏)
最大子数组合 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/maximum-subarray 给你一个整数数组 nums ,请你找出一个具有最大和的连
力扣字符串练习题(最后一个单词的长度、有效数字)
最后一个单词的长度 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/length-of-last-word 给你一个字符串 s,由若干单词组成,单词前后
力扣字符串练习题(通配符匹配、字母异位词分组)
通配符匹配 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/wildcard-matching 给你一个输入字符串 (s) 和一个字符模式 (p) ,请
力扣字符串练习题(外观数列、字符串相乘)
外观数列 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/count-and-say 给定一个正整数 n ,输出外观数列的第 n 项。 「外观数列」是一
力扣字符串练习题(串联所有单词的子串、最长有效括号)
串联所有单词的子串 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/substring-with-concatenation-of-all-words
力扣字符串练习题(括号生成、找出字符串中第一个匹配项的下标)
括号生成 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/generate-parentheses 数字 n 代表生成括号的对数,请你设计一个函数,用于
力扣字符串练习题(电话号码的字母组合、有效的括号)
电话号码的字母组合 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/letter-combinations-of-a-phone-number 给定一个
力扣字符串练习题(罗马数字转整数、最长公共前缀)
罗马数字转整数 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/roman-to-integer 罗马数字包含以下七种字符: I, V, X, L,C,
力扣字符串练习题(正则表达式匹配、整数转罗马数字)
正则表达式匹配 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/regular-expression-matching 给你一个字符串 s 和一个字符规
力扣字符串练习题(N字形变换、字符串转换整数(atoi))
N字形变换 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/zigzag-conversion 将一个给定字符串 s 根据给定的行数 numRows ,
力扣字符串练习题(无重复字符的最长子串、最长回文子串)
无重复字符的最长子串 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/longest-substring-without-repeating-chara
力扣数组练习题(全排列||、旋转图像)
全排列|| 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/permutations-ii 给定一个可包含重复数字的序列 nums ,按任意顺序 返回所
力扣数组练习题(跳跃游戏||、全排列)
跳跃游戏|| 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/jump-game-ii 给定一个长度为 n 的 0 索引整数数组 nums。初始位置为
力扣数组练习题(缺失的第一个正数、接雨水)
缺失的第一个正数 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/first-missing-positive 给你一个未排序的整数数组 nums ,请
力扣数组练习题(组合总和、组合总和||)
组合总和 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/combination-sum 给你一个 无重复元素 的整数数组 candidates 和一个
力扣数组练习题(有效的数独、解数独)
有效的数独 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/valid-sudoku 请你判断一个 9 x 9 的数独是否有效。只需要 根据以下规则 ,
力扣数组练习题(在排序数组中查找元素的第一个和最后一个位置、搜索插入位置)
在排序数组中查找元素的第一个和最后一个位置 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/find-first-and-last-position-o
力扣数组练习题(下一个排列、搜索旋转排序数组)
下一个排列 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/next-permutation 整数数组的一个 排列 就是将其所有成员以序列或线性顺序排列
力扣数组练习题(删除有序数组中的重复项、移除元素)
删除有序数组中的重复项 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/remove-duplicates-from-sorted-array 给你一个
力扣数组练习题(最接近的三数之和、四数之和)
最接近的三数之和 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/3sum-closest 给你一个长度为 n 的整数数组 nums 和 一个目标值 t
下一页