首页
沸点
课程
数据标注
HOT
AI Coding
更多
直播
活动
APP
插件
直播
活动
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
登录
注册
pursuit_c
掘友等级
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
42
文章 42
沸点 0
赞
42
返回
|
搜索文章
赞
文章( 42 )
沸点( 0 )
力扣 25. K 个一组翻转链表
🔗 https://leetcode.cn/problems/reverse-nodes-in-k-group 题目 RT 思路 每 k 个为一组,递归翻转 代码
LeetCode 2290. Minimum Obstacle Removal to Reach Corner
🔗 https://leetcode.com/problems/minimum-obstacle-removal-to-reach-corner 题目 给 m * n 的二维数组,0 代表空 cell
力扣 48. 旋转图像
🔗 https://leetcode.cn/problems/rotate-image 题目 给一个 n * n 的数组,返回顺时针旋转后的矩阵,要求 in-place,不能使用额外矩阵 思路 明确几
力扣 11. 盛最多水的容器
🔗 https://leetcode.cn/problems/container-with-most-water 题目 给一个数组,表示在位置 i 上,边界的高度为 height[i],求边界和 x
力扣 283. 移动零
🔗 https://leetcode.cn/problems/move-zeroes 题目 给定数组,把其中的 0 元素挪到末尾,其余数组的顺序保持相对位置不变 思路 two pointer 覆盖写
LeetCode 2461. Maximum Sum of Distinct Subarrays With Length K
🔗 https://leetcode.com/problems/maximum-sum-of-distinct-subarrays-with-length-k 题目 给定一个数组,和一个数字 k,求长
LeetCode 862. Shortest Subarray with Sum at Least K
🔗https://leetcode.com/problems/shortest-subarray-with-sum-at-least-k/description/ 题目 给定一个数组,若有子数组之和
LeetCode 1652. Defuse the Bomb
🔗 https://leetcode.com/problems/defuse-the-bomb 题目 给一个环形数组 nums,即元素首尾相连,和一个数字 k 对每一个 nums 中的元素进行加密 如
力扣 128. 最长连续序列
🔗 https://leetcode.cn/problems/longest-consecutive-sequence 题目 给定无序数组,返回右数组元素组成的最长连续序列的长度 思路 数组排序,判断
力扣 49. 字母异位词分组
🔗 https://leetcode.cn/problems/group-anagrams 题目 给一个字符串数组,将相同的字母组合(字母异位词)聚合在一起返回 思路 对字符串进行排序,相同的字母组合
下一页
个人成就
文章被点赞
44
文章被阅读
15,089
掘力值
1,168
关注了
4
关注者
1
收藏集
0
关注标签
30
加入于
2018-06-19