|
14 | 14 | - [0011. 盛最多水的容器](../problems/11.container-with-most-water.md)
|
15 | 15 | - [0015. 三数之和](../problems/15.3sum.md)
|
16 | 16 | - [0017. 电话号码的字母组合](../problems/17.Letter-Combinations-of-a-Phone-Number.md)
|
17 |
| -- [0019. 删除链表的倒数第N个节点](../problems/19.removeNthNodeFromEndofList.md) |
| 17 | +- [0019. 删除链表的倒数第 N 个节点](../problems/19.removeNthNodeFromEndofList.md) |
18 | 18 | - [0022. 括号生成](../problems/22.generate-parentheses.md)
|
19 | 19 | - [0024. 两两交换链表中的节点](../problems/24.swapNodesInPairs.md)
|
20 | 20 | - [0029. 两数相除](../problems/29.divide-two-integers.md)
|
|
29 | 29 | - [0050. Pow(x, n)](../problems/50.pow-x-n.md)
|
30 | 30 | - [0055. 跳跃游戏](../problems/55.jump-game.md)
|
31 | 31 | - [0056. 合并区间](../problems/56.merge-intervals.md)
|
32 |
| -- [0060. 第k个排列](../problems/60.permutation-sequence.md) |
| 32 | +- [0060. 第 k 个排列](../problems/60.permutation-sequence.md) |
33 | 33 | - [0062. 不同路径](../problems/62.unique-paths.md)
|
34 | 34 | - [0073. 矩阵置零](../problems/73.set-matrix-zeroes.md)
|
35 | 35 | - [0075. 颜色分类](../problems/75.sort-colors.md)
|
|
59 | 59 | - [0201. 数字范围按位与](../problems/201.bitwise-and-of-numbers-range.md)
|
60 | 60 | - [0208. 实现 Trie (前缀树)](../problems/208.implement-trie-prefix-tree.md)
|
61 | 61 | - [0209. 长度最小的子数组](../problems/209.minimum-size-subarray-sum.md)
|
62 |
| -- [0211. 添加与搜索单词 * 数据结构设计](../problems/211.add-and-search-word-data-structure-design.md) |
63 |
| -- [0215. 数组中的第K个最大元素](../problems/215.kth-largest-element-in-an-array.md) |
| 62 | +- [0211. 添加与搜索单词 \* 数据结构设计](../problems/211.add-and-search-word-data-structure-design.md) |
| 63 | +- [0215. 数组中的第 K 个最大元素](../problems/215.kth-largest-element-in-an-array.md) |
64 | 64 | - [0221. 最大正方形](../problems/221.maximal-square.md)
|
65 | 65 | - [0229. 求众数 II](../problems/229.majority-element-ii.md)
|
66 |
| -- [0230. 二叉搜索树中第K小的元素](../problems/230.kth-smallest-element-in-a-bst.md) |
| 66 | +- [0230. 二叉搜索树中第 K 小的元素](../problems/230.kth-smallest-element-in-a-bst.md) |
67 | 67 | - [0236. 二叉树的最近公共祖先](../problems/236.lowest-common-ancestor-of-a-binary-tree.md)
|
68 | 68 | - [0238. 除自身以外数组的乘积](../problems/238.product-of-array-except-self.md)
|
69 | 69 | - [0240. 搜索二维矩阵 II](../problems/240.search-a-2-d-matrix-ii.md)
|
|
75 | 75 | - [0337. 打家劫舍 III](../problems/337.house-robber-iii.md)
|
76 | 76 | - [0343. 整数拆分](../problems/343.integer-break.md)
|
77 | 77 | - [0365. 水壶问题](../problems/365.water-and-jug-problem.md)
|
78 |
| -- [0378. 有序矩阵中第K小的元素](../problems/378.kth-smallest-element-in-a-sorted-matrix.md) |
| 78 | +- [0378. 有序矩阵中第 K 小的元素](../problems/378.kth-smallest-element-in-a-sorted-matrix.md) |
79 | 79 | - [0380. 常数时间插入、删除和获取随机元素](../problems/380.insert-delete-getrandom-o1.md)
|
80 | 80 | - [0416. 分割等和子集](../problems/416.partition-equal-subset-sum.md)
|
81 | 81 | - [0445. 两数相加 II](../problems/445.add-two-numbers-ii.md)
|
|
84 | 84 | - [0516. 最长回文子序列](../problems/516.longest-palindromic-subsequence.md)
|
85 | 85 | - [0518. 零钱兑换 II](../problems/518.coin-change-2.md)
|
86 | 86 | - [0547. 朋友圈](../problems/547.friend-circles.md)
|
87 |
| -- [0560. 和为K的子数组](../problems/560.subarray-sum-equals-k.md) |
| 87 | +- [0560. 和为 K 的子数组](../problems/560.subarray-sum-equals-k.md) |
88 | 88 | - [0609. 在系统中查找重复文件](../problems/609.find-duplicate-file-in-system.md)
|
89 | 89 | - [0611. 有效三角形的个数](../problems/611.valid-triangle-number.md)
|
| 90 | +- [0686. 重复叠加字符串匹配](../problems/686.repeated-string-match.md) 🆕 |
90 | 91 | - [0718. 最长重复子数组](../problems/718.maximum-length-of-repeated-subarray.md)
|
91 | 92 | - [0754. 到达终点数字](../problems/754.reach-a-number.md)
|
92 | 93 | - [0785. 判断二分图](../problems/785.is-graph-bipartite.md)
|
|
0 commit comments