|
| 1 | +# 后端 |
| 2 | +若想按部门/难度/题型筛选题目,请进入[CodeTop](https://codetop.cc)查询 |
| 3 | +|题目|出现次数|链接| |
| 4 | +|-|-|-| |
| 5 | +|206. 反转链表|10|https://leetcode-cn.com/problems/reverse-linked-list| |
| 6 | +|补充题4. 手撕快速排序|6|| |
| 7 | +|8. 字符串转换整数 (atoi)|5|https://leetcode-cn.com/problems/string-to-integer-atoi| |
| 8 | +|剑指 Offer 22. 链表中倒数第k个节点|4|https://leetcode-cn.com/problems/lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof| |
| 9 | +|144. 二叉树的前序遍历|4|https://leetcode-cn.com/problems/binary-tree-preorder-traversal| |
| 10 | +|88. 合并两个有序数组|4|https://leetcode-cn.com/problems/merge-sorted-array| |
| 11 | +|5. 最长回文子串|3|https://leetcode-cn.com/problems/longest-palindromic-substring| |
| 12 | +|110. 平衡二叉树|3|https://leetcode-cn.com/problems/balanced-binary-tree| |
| 13 | +|25. K 个一组翻转链表|3|https://leetcode-cn.com/problems/reverse-nodes-in-k-group| |
| 14 | +|415. 字符串相加|3|https://leetcode-cn.com/problems/add-strings| |
| 15 | +|102. 二叉树的层序遍历|3|https://leetcode-cn.com/problems/binary-tree-level-order-traversal| |
| 16 | +|718. 最长重复子数组|3|https://leetcode-cn.com/problems/maximum-length-of-repeated-subarray| |
| 17 | +|236. 二叉树的最近公共祖先|3|https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree| |
| 18 | +|232. 用栈实现队列|3|https://leetcode-cn.com/problems/implement-queue-using-stacks| |
| 19 | +|146. LRU缓存机制|3|https://leetcode-cn.com/problems/lru-cache| |
| 20 | +|498. 对角线遍历|2|https://leetcode-cn.com/problems/diagonal-traverse| |
| 21 | +|160. 相交链表|2|https://leetcode-cn.com/problems/intersection-of-two-linked-lists| |
| 22 | +|剑指 Offer 62. 圆圈中最后剩下的数字|2|https://leetcode-cn.com/problems/yuan-quan-zhong-zui-hou-sheng-xia-de-shu-zi-lcof| |
| 23 | +|687. 最长同值路径|2|https://leetcode-cn.com/problems/longest-univalue-path| |
| 24 | +|142. 环形链表 II|2|https://leetcode-cn.com/problems/linked-list-cycle-ii| |
| 25 | +|69. x 的平方根|2|https://leetcode-cn.com/problems/sqrtx| |
| 26 | +|234. 回文链表|2|https://leetcode-cn.com/problems/palindrome-linked-list| |
| 27 | +|7. 整数反转|2|https://leetcode-cn.com/problems/reverse-integer| |
| 28 | +|199. 二叉树的右视图|2|https://leetcode-cn.com/problems/binary-tree-right-side-view| |
| 29 | +|53. 最大子序和|2|https://leetcode-cn.com/problems/maximum-subarray| |
| 30 | +|226. 翻转二叉树|2|https://leetcode-cn.com/problems/invert-binary-tree| |
| 31 | +|82. 删除排序链表中的重复元素 II|2|https://leetcode-cn.com/problems/remove-duplicates-from-sorted-list-ii| |
| 32 | +|143. 重排链表|2|https://leetcode-cn.com/problems/reorder-list| |
| 33 | +|468. 验证IP地址|2|https://leetcode-cn.com/problems/validate-ip-address| |
| 34 | +|33. 搜索旋转排序数组|2|https://leetcode-cn.com/problems/search-in-rotated-sorted-array| |
| 35 | +|704. 二分查找|2|https://leetcode-cn.com/problems/binary-search| |
| 36 | +|92. 反转链表 II|2|https://leetcode-cn.com/problems/reverse-linked-list-ii| |
| 37 | +|补充题5. 手撕归并排序|2|| |
| 38 | +|34. 在排序数组中查找元素的第一个和最后一个位置|2|https://leetcode-cn.com/problems/find-first-and-last-position-of-element-in-sorted-array| |
| 39 | +|93. 复原IP地址|2|https://leetcode-cn.com/problems/restore-ip-addresses| |
| 40 | +|剑指 Offer 36. 二叉搜索树与双向链表|2|https://leetcode-cn.com/problems/er-cha-sou-suo-shu-yu-shuang-xiang-lian-biao-lcof| |
| 41 | +|2. 两数相加|2|https://leetcode-cn.com/problems/add-two-numbers| |
| 42 | +|215. 数组中的第K个最大元素|2|https://leetcode-cn.com/problems/kth-largest-element-in-an-array| |
| 43 | +|384. 打乱数组|2|https://leetcode-cn.com/problems/shuffle-an-array| |
| 44 | +|300. 最长上升子序列|2|https://leetcode-cn.com/problems/longest-increasing-subsequence| |
| 45 | +|1. 两数之和|2|https://leetcode-cn.com/problems/two-sum| |
| 46 | +|141. 环形链表|1|https://leetcode-cn.com/problems/linked-list-cycle| |
| 47 | +|155. 最小栈|1|https://leetcode-cn.com/problems/min-stack| |
| 48 | +|1044. 最长重复子串|1|https://leetcode-cn.com/problems/longest-duplicate-substring| |
| 49 | +|105. 从前序与中序遍历序列构造二叉树|1|https://leetcode-cn.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal| |
| 50 | +|113. 路径总和 II|1|https://leetcode-cn.com/problems/path-sum-ii| |
| 51 | +|450. 删除二叉搜索树中的节点|1|https://leetcode-cn.com/problems/delete-node-in-a-bst| |
| 52 | +|1095. 山脉数组中查找目标值|1|https://leetcode-cn.com/problems/find-in-mountain-array| |
| 53 | +|剑指 Offer 09. 用两个栈实现队列|1|https://leetcode-cn.com/problems/yong-liang-ge-zhan-shi-xian-dui-lie-lcof| |
| 54 | +|138. 复制带随机指针的链表|1|https://leetcode-cn.com/problems/copy-list-with-random-pointer| |
| 55 | +|60. 第k个排列|1|https://leetcode-cn.com/problems/permutation-sequence| |
| 56 | +|补充题6. 手撕堆排序|1|| |
| 57 | +|268. 缺失数字|1|https://leetcode-cn.com/problems/missing-number| |
| 58 | +|55. 跳跃游戏|1|https://leetcode-cn.com/problems/jump-game| |
| 59 | +|518. 零钱兑换 II|1|https://leetcode-cn.com/problems/coin-change-2| |
| 60 | +|43. 字符串相乘|1|https://leetcode-cn.com/problems/multiply-strings| |
| 61 | +|94. 二叉树的中序遍历|1|https://leetcode-cn.com/problems/binary-tree-inorder-traversal| |
| 62 | +|62. 不同路径|1|https://leetcode-cn.com/problems/unique-paths| |
| 63 | +|54. 螺旋矩阵|1|https://leetcode-cn.com/problems/spiral-matrix| |
| 64 | +|198. 打家劫舍|1|https://leetcode-cn.com/problems/house-robber| |
| 65 | +|191. 位1的个数|1|https://leetcode-cn.com/problems/number-of-1-bits| |
| 66 | +|169. 多数元素|1|https://leetcode-cn.com/problems/majority-element| |
| 67 | +|64. 最小路径和|1|https://leetcode-cn.com/problems/minimum-path-sum| |
| 68 | +|179. 最大数|1|https://leetcode-cn.com/problems/largest-number| |
| 69 | +|679. 24 点游戏|1|https://leetcode-cn.com/problems/24-game| |
| 70 | +|42. 接雨水|1|https://leetcode-cn.com/problems/trapping-rain-water| |
| 71 | +|203. 移除链表元素|1|https://leetcode-cn.com/problems/remove-linked-list-elements| |
| 72 | +|19. 删除链表的倒数第N个节点|1|https://leetcode-cn.com/problems/remove-nth-node-from-end-of-list| |
| 73 | +|153. 寻找旋转排序数组中的最小值|1|https://leetcode-cn.com/problems/find-minimum-in-rotated-sorted-array| |
| 74 | +|137. 只出现一次的数字 II|1|https://leetcode-cn.com/problems/single-number-ii| |
| 75 | +|26. 删除排序数组中的重复项|1|https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array| |
| 76 | +|1245. 树的直径|1|https://leetcode-cn.com/problems/tree-diameter| |
| 77 | +|78. 子集|1|https://leetcode-cn.com/problems/subsets| |
| 78 | +|958. 二叉树的完全性检验|1|https://leetcode-cn.com/problems/check-completeness-of-a-binary-tree| |
| 79 | +|240. 搜索二维矩阵 II|1|https://leetcode-cn.com/problems/search-a-2d-matrix-ii| |
| 80 | +|剑指 Offer 58 - I. 翻转单词顺序|1|https://leetcode-cn.com/problems/fan-zhuan-dan-ci-shun-xu-lcof| |
| 81 | +|剑指 Offer 53 - I. 在排序数组中查找数字 I|1|https://leetcode-cn.com/problems/zai-pai-xu-shu-zu-zhong-cha-zhao-shu-zi-lcof| |
| 82 | +|387. 字符串中的第一个唯一字符|1|https://leetcode-cn.com/problems/first-unique-character-in-a-string| |
| 83 | +|剑指 Offer 11. 旋转数组的最小数字|1|https://leetcode-cn.com/problems/xuan-zhuan-shu-zu-de-zui-xiao-shu-zi-lcof| |
| 84 | +|132. 分割回文串 II|1|https://leetcode-cn.com/problems/palindrome-partitioning-ii| |
| 85 | +|20. 有效的括号|1|https://leetcode-cn.com/problems/valid-parentheses| |
| 86 | +|41. 缺失的第一个正数|1|https://leetcode-cn.com/problems/first-missing-positive| |
| 87 | +|剑指 Offer 58 - II. 左旋转字符串|1|https://leetcode-cn.com/problems/zuo-xuan-zhuan-zi-fu-chuan-lcof| |
| 88 | +|104. 二叉树的最大深度|1|https://leetcode-cn.com/problems/maximum-depth-of-binary-tree| |
| 89 | +|124. 二叉树中的最大路径和|1|https://leetcode-cn.com/problems/binary-tree-maximum-path-sum| |
| 90 | +|4. 寻找两个正序数组的中位数|1|https://leetcode-cn.com/problems/median-of-two-sorted-arrays| |
| 91 | +|9. 回文数|1|https://leetcode-cn.com/problems/palindrome-number| |
| 92 | +|617. 合并二叉树|1|https://leetcode-cn.com/problems/merge-two-binary-trees| |
| 93 | +|1143. 最长公共子序列|1|https://leetcode-cn.com/problems/longest-common-subsequence| |
| 94 | +|剑指 Offer 40. 最小的k个数|1|https://leetcode-cn.com/problems/zui-xiao-de-kge-shu-lcof| |
| 95 | +|15. 三数之和|1|https://leetcode-cn.com/problems/3sum| |
| 96 | +|剑指 Offer 14- I. 剪绳子|1|https://leetcode-cn.com/problems/jian-sheng-zi-lcof| |
| 97 | +|21. 合并两个有序链表|1|https://leetcode-cn.com/problems/merge-two-sorted-lists| |
| 98 | +|509. 斐波那契数|1|https://leetcode-cn.com/problems/fibonacci-number| |
| 99 | +|108. 将有序数组转换为二叉搜索树|1|https://leetcode-cn.com/problems/convert-sorted-array-to-binary-search-tree| |
| 100 | +|31. 下一个排列|1|https://leetcode-cn.com/problems/next-permutation| |
| 101 | +|补充题8. 计算数组的小和|1|https://mp.weixin.qq.com/s/0ih4W6nawzFUPSj3GOnYTQ| |
| 102 | +|83. 删除排序链表中的重复元素|1|https://leetcode-cn.com/problems/remove-duplicates-from-sorted-list| |
| 103 | +|剑指 Offer 45. 把数组排成最小的数|1|https://leetcode-cn.com/problems/ba-shu-zu-pai-cheng-zui-xiao-de-shu-lcof| |
| 104 | +|70. 爬楼梯|1|https://leetcode-cn.com/problems/climbing-stairs| |
| 105 | +|117. 填充每个节点的下一个右侧节点指针 II|1|https://leetcode-cn.com/problems/populating-next-right-pointers-in-each-node-ii| |
| 106 | +|剑指 Offer 10- II. 青蛙跳台阶问题|1|https://leetcode-cn.com/problems/qing-wa-tiao-tai-jie-wen-ti-lcof| |
| 107 | +|354. 俄罗斯套娃信封问题|1|https://leetcode-cn.com/problems/russian-doll-envelopes| |
| 108 | +|162. 寻找峰值|1|https://leetcode-cn.com/problems/find-peak-element| |
| 109 | +|543. 二叉树的直径|1|https://leetcode-cn.com/problems/diameter-of-binary-tree| |
| 110 | +|面试题 16.03. 交点|1|https://leetcode-cn.com/problems/intersection-lcci| |
| 111 | +|227. 基本计算器 II|1|https://leetcode-cn.com/problems/basic-calculator-ii| |
| 112 | +|剑指 Offer 10- I. 斐波那契数列|1|https://leetcode-cn.com/problems/fei-bo-na-qi-shu-lie-lcof| |
| 113 | +|59. 螺旋矩阵 II|1|https://leetcode-cn.com/problems/spiral-matrix-ii| |
0 commit comments