# 代码随想录题单
本篇为代码随想录的题单,一些录友如果二刷,三刷,希望不看题解,直接刷题,可以按照这个题单列表去刷。
代码随想录题解全集在这里 (opens new window)
# 数组
- [ ] 704. 二分查找 (opens new window)
- [ ] 27. 移除元素 (opens new window)
- [ ] 977. 有序数组的平方 (opens new window)
- [ ] 209. 长度最小的子数组 (opens new window)
- [ ] 59. 螺旋矩阵 II (opens new window)
- [ ] 卡码网:58. 区间和 (opens new window)
- [ ] 卡码网:44. 开发商购买土地 (opens new window)
# 链表
- [ ] 203. 移除链表元素 (opens new window)
- [ ] 707. 设计链表 (opens new window)
- [ ] 206. 反转链表 (opens new window)
- [ ] 24. 两两交换链表中的节点 (opens new window)
- [ ] 19. 删除链表的倒数第 N 个结点 (opens new window)
- [ ] 面试题 02.07. 链表相交 (opens new window)
- [ ] 142. 环形链表 II (opens new window)
# 哈希表
- [ ] 242. 有效的字母异位词 (opens new window)
- [ ] 349. 两个数组的交集 (opens new window)
- [ ] 202. 快乐数 (opens new window)
- [ ] 1. 两数之和 (opens new window)
- [ ] 454. 四数相加 II (opens new window)
- [ ] 383. 赎金信 (opens new window)
- [ ] 15. 三数之和 (opens new window)
- [ ] 18. 四数之和 (opens new window)
# 字符串
- [ ] 344. 反转字符串 (opens new window)
- [ ] 541. 反转字符串 II (opens new window)
- [ ] 05. 替换空格 (opens new window)
- [ ] 151. 翻转字符串里的单词 (opens new window)
- [ ] 58 - II. 左旋转字符串 (opens new window)
- [ ] 28. 实现 strStr() (opens new window)
- [ ] 459. 重复的子字符串 (opens new window)
# 双指针
- [ ] 27. 移除元素 (opens new window)
- [ ] 344. 反转字符串 (opens new window)
- [ ] 剑指 Offer 05. 替换空格 (opens new window)
- [ ] 151. 翻转字符串里的单词 (opens new window)
- [ ] 206. 反转链表 (opens new window)
- [ ] 19. 删除链表的倒数第 N 个结点 (opens new window)
- [ ] 面试题 02.07. 链表相交 (opens new window)
- [ ] 142. 环形链表 II (opens new window)
- [ ] 15. 三数之和 (opens new window)
- [ ] 18. 四数之和 (opens new window)
# 栈和队列
- [ ] 232. 用栈实现队列 (opens new window)
- [ ] 225. 用队列实现栈 (opens new window)
- [ ] 20. 有效的括号 (opens new window)
- [ ] 1047. 删除字符串中的所有相邻重复项 (opens new window)
- [ ] 150. 逆波兰表达式求值 (opens new window)
- [ ] 239. 滑动窗口最大值 (opens new window)
- [ ] 347. 前 K 个高频元素 (opens new window)
# 二叉树
- [ ] 144. 二叉树的前序遍历 (opens new window)
- [ ] 145. 二叉树的后序遍历 (opens new window)
- [ ] 94. 二叉树的中序遍历 (opens new window)
- [ ] 144. 二叉树的前序遍历-迭代法 (opens new window)
- [ ] 45. 二叉树的后序遍历-迭代法 (opens new window)
- [ ] 94. 二叉树的中序遍历-迭代法 (opens new window)
- [ ] 102. 二叉树的层序遍历 (opens new window)
- [ ] 107. 二叉树的层序遍历 II (opens new window)
- [ ] 199. 二叉树的右视图 (opens new window)
- [ ] 637. 二叉树的层平均值 (opens new window)
- [ ] 429. N 叉树的层序遍历 (opens new window)
- [ ] 515. 在每个树行中找最大值 (opens new window)
- [ ] 116. 填充每个节点的下一个右侧节点指针 (opens new window)
- [ ] 117. 填充每个节点的下一个右侧节点指针 II (opens new window)
- [ ] 104. 二叉树的最大深度 (opens new window)
- [ ] 111. 二叉树的最小深度 (opens new window)
- [ ] 226. 翻转二叉树 (opens new window)
- [ ] 101. 对称二叉树 (opens new window)
- [ ] 222. 完全二叉树的节点个数 (opens new window)
- [ ] 110. 平衡二叉树 (opens new window)
- [ ] 257. 二叉树的所有路径 (opens new window)
- [ ] 404. 左叶子之和 (opens new window)
- [ ] 513. 找树左下角的值 (opens new window)
- [ ] 112. 路径总和 (opens new window)
- [ ] 105. 从前序与中序遍历序列构造二叉树 (opens new window)
- [ ] 106. 从中序与后序遍历序列构造二叉树 (opens new window)
- [ ] 654. 最大二叉树 (opens new window)
- [ ] 617. 合并二叉树 (opens new window)
- [ ] 700. 二叉搜索树中的搜索 (opens new window)
- [ ] 98. 验证二叉搜索树 (opens new window)
- [ ] 530. 二叉搜索树的最小绝对差 (opens new window)
- [ ] 501. 二叉搜索树中的众数 (opens new window)
- [ ] 236. 二叉树的最近公共祖先 (opens new window)
- [ ] 235. 二叉搜索树的最近公共祖先 (opens new window)
- [ ] 701. 二叉搜索树中的插入操作 (opens new window)
- [ ] 450. 删除二叉搜索树中的节点 (opens new window)
- [ ] 669. 修剪二叉搜索树 (opens new window)
- [ ] 108. 将有序数组转换为二叉搜索树 (opens new window)
- [ ] 538. 把二叉搜索树转换为累加树 (opens new window)
# 回溯算法
# 组合问题
- [ ] 77. 组合 (opens new window)
- [ ] 216. 组合总和 III (opens new window)
- [ ] 17. 电话号码的字母组合 (opens new window)
- [ ] 39. 组合总和 (opens new window)
- [ ] 40. 组合总和 II (opens new window)
# 分割问题
# 子集问题
# 排列问题
# 棋盘问题
# 其他
# 贪心
- [ ] 455. 分发饼干 (opens new window)
- [ ] 376. 摆动序列 (opens new window)
- [ ] 53. 最大子序和 (opens new window)
- [ ] 122. 买卖股票的最佳时机 II (opens new window)
- [ ] 55. 跳跃游戏 (opens new window)
- [ ] 45. 跳跃游戏 II (opens new window)
- [ ] 1005. K 次取反后最大化的数组和 (opens new window)
- [ ] 134. 加油站 (opens new window)
- [ ] 135. 分发糖果 (opens new window)
- [ ] 860. 柠檬水找零 (opens new window)
- [ ] 406. 根据身高重建队列 (opens new window)
- [ ] 452. 用最少数量的箭引爆气球 (opens new window)
- [ ] 435. 无重叠区间 (opens new window)
- [ ] 763. 划分字母区间 (opens new window)
- [ ] 56. 合并区间 (opens new window)
- [ ] 738. 单调递增的数字 (opens new window)
- [ ] 968. 监控二叉树 (opens new window)
# 动态规划
# 动态规划基础
- [ ] 509. 斐波那契数 (opens new window)
- [ ] 70. 爬楼梯 (opens new window)
- [ ] 746. 使用最小花费爬楼梯 (opens new window)
- [ ] 62. 不同路径 (opens new window)
- [ ] 63. 不同路径 II (opens new window)
- [ ] 343. 整数拆分 (opens new window)
- [ ] 96. 不同的二叉搜索树 (opens new window)
# 背包问题
# 01背包
- [ ] 416. 分割等和子集 (opens new window)
- [ ] 1049. 最后一块石头的重量 II (opens new window)
- [ ] 494. 目标和 (opens new window)
- [ ] 474. 一和零 (opens new window)
# 完全背包
- [ ] 518. 零钱兑换 II (opens new window)
- [ ] 377. 组合总和 Ⅳ (opens new window)
- [ ] 70. 爬楼梯 (opens new window)
- [ ] 322. 零钱兑换 (opens new window)
- [ ] 279. 完全平方数 (opens new window)
- [ ] 139. 单词拆分 (opens new window)
# 打家劫舍系列问题
- [ ] 198. 打家劫舍 (opens new window)
- [ ] 213. 打家劫舍 II (opens new window)
- [ ] 337. 打家劫舍 III (opens new window)
# 股票系列问题
- [ ] 121. 买卖股票的最佳时机 (opens new window)
- [ ] 122. 买卖股票的最佳时机 II (opens new window)
- [ ] 123. 买卖股票的最佳时机 III (opens new window)
- [ ] 188. 买卖股票的最佳时机 IV (opens new window)
- [ ] 309. 最佳买卖股票时机含冷冻期 (opens new window)
- [ ] 714. 买卖股票的最佳时机含手续费 (opens new window)
# 子序列系列问题
- [ ] 300. 最长递增子序列 (opens new window)
- [ ] 674. 最长连续递增序列 (opens new window)
- [ ] 718. 最长重复子数组 (opens new window)
- [ ] 1143. 最长公共子序列 (opens new window)
- [ ] 1035. 不相交的线 (opens new window)
- [ ] 53. 最大子数组和 (opens new window)
- [ ] 392. 判断子序列 (opens new window)
- [ ] 115. 不同的子序列 (opens new window)
- [ ] 583. 两个字符串的删除操作 (opens new window)
- [ ] 72. 编辑距离 (opens new window)
- [ ] 647. 回文子串 (opens new window)
- [ ] 516. 最长回文子序列 (opens new window)
# 单调栈
- [ ] 739. 每日温度 (opens new window)
- [ ] 496. 下一个更大元素 I (opens new window)
- [ ] 503. 下一个更大元素 II (opens new window)
- [ ] 42. 接雨水 (opens new window)
- [ ] 84. 柱状图中最大的矩形 (opens new window)
# 图论
- [ ] 卡码网:98. 可达路径 (opens new window)
- [ ] 卡码网:99. 孤岛计数 (opens new window)
- [ ] 卡码网:100.最大岛屿的面积 (opens new window)
- [ ] 卡码网:101.孤岛的总面积 (opens new window)
- [ ] 卡码网:102. 沉没孤岛 (opens new window)
- [ ] 卡码网:103. 水流问题 (opens new window)
- [ ] 卡码网:104.建造最大岛屿 (opens new window)
- [ ] 卡码网:106. 海岸线计算 (opens new window)
- [ ] 卡码网:110.字符串迁移 (opens new window)
- [ ] 卡码网:105.有向图的完全连通 (opens new window)
- [ ] 卡码网:107. 寻找存在的路线 (opens new window)
- [ ] 卡码网:108. 多余的边 (opens new window)
- [ ] 卡码网:109. 多余的边II (opens new window)
- [ ] 卡码网:53. 寻宝 (opens new window)
- [ ] 卡码网:117. 软件构建 (opens new window)
- [ ] 卡码网:47. 参加科学大会 (opens new window)
- [ ] 卡码网:94. 城市间货物运输 I (opens new window)
- [ ] 卡码网:95. 城市间货物运输 II (opens new window)
- [ ] 卡码网:96. 城市间货物运输 III (opens new window)
- [ ] 卡码网:97. 小明逛公园 (opens new window)
- [ ] 卡码网:127. 骑士的攻击 (opens new window)
@2021-2025 代码随想录 版权所有 粤ICP备19156078号