|
228 | 228 |
|
229 | 229 | - [第六章 - 高频考题(困难)](collections/hard.md)
|
230 | 230 |
|
231 |
| - - [LCP 20. 快速公交](problems/lcp20.meChtZ.md) 🆕 |
232 |
| - - [0004. 寻找两个正序数组的中位数](problems/4.median-of-two-sorted-arrays.md) |
233 |
| - - [0023. 合并 K 个升序链表](problems/23.merge-k-sorted-lists.md) |
234 |
| - - [0025. K 个一组翻转链表](problems/25.reverse-nodes-in-k-groups.md) |
235 |
| - - [0030. 串联所有单词的子串](problems/30.substring-with-concatenation-of-all-words.md) |
236 |
| - - [0032. 最长有效括号](problems/32.longest-valid-parentheses.md) |
237 |
| - - [0042. 接雨水](problems/42.trapping-rain-water.md) |
238 |
| - - [0052. N 皇后 II](problems/52.N-Queens-II.md) |
| 231 | + - [LCP 20. 快速公交](./problems/lcp20.meChtZ.md) 🆕 |
| 232 | + - [0004. 寻找两个正序数组的中位数](./problems/4.median-of-two-sorted-arrays.md) |
| 233 | + - [0023. 合并 K 个升序链表](./problems/23.merge-k-sorted-lists.md) |
| 234 | + - [0025. K 个一组翻转链表](./problems/25.reverse-nodes-in-k-groups.md) |
| 235 | + - [0030. 串联所有单词的子串](./problems/30.substring-with-concatenation-of-all-words.md) |
| 236 | + - [0032. 最长有效括号](./problems/32.longest-valid-parentheses.md) |
| 237 | + - [0042. 接雨水](./problems/42.trapping-rain-water.md) |
| 238 | + - [0052. N 皇后 II](./problems/52.N-Queens-II.md) |
239 | 239 | - [0057. 插入区间](problems/57.insert-interval.md)
|
240 |
| - - [0084. 柱状图中最大的矩形](problems/84.largest-rectangle-in-histogram.md) |
241 |
| - - [0085. 最大矩形](problems/85.maximal-rectangle.md) |
242 |
| - - [0124. 二叉树中的最大路径和](problems/124.binary-tree-maximum-path-sum.md) |
243 |
| - - [0128. 最长连续序列](problems/128.longest-consecutive-sequence.md) |
| 240 | + - [0084. 柱状图中最大的矩形](./problems/84.largest-rectangle-in-histogram.md) |
| 241 | + - [0085. 最大矩形](./problems/85.maximal-rectangle.md) |
| 242 | + - [0124. 二叉树中的最大路径和](./problems/124.binary-tree-maximum-path-sum.md) |
| 243 | + - [0128. 最长连续序列](./problems/128.longest-consecutive-sequence.md) |
244 | 244 | - [0140. 单词拆分 II](problems/140.word-break-ii.md)
|
245 |
| - - [0145. 二叉树的后序遍历](problems/145.binary-tree-postorder-traversal.md) |
246 |
| - - [0212. 单词搜索 II](problems/212.word-search-ii.md) |
247 |
| - - [0239. 滑动窗口最大值](problems/239.sliding-window-maximum.md) |
248 |
| - - [0295. 数据流的中位数](problems/295.find-median-from-data-stream.md) |
249 |
| - - [0297. 二叉树的序列化与反序列化](problems/297.serialize-and-deserialize-binary-tree.md) 91 |
250 |
| - - [0301. 删除无效的括号](problems/301.remove-invalid-parentheses.md) |
251 |
| - - [0312. 戳气球](problems/312.burst-balloons.md) |
252 |
| - - [330. 按要求补齐数组](problems/330.patching-array.md) 🆕 |
253 |
| - - [0335. 路径交叉](problems/335.self-crossing.md) |
254 |
| - - [0460. LFU 缓存](problems/460.lfu-cache.md) |
255 |
| - - [0472. 连接词](problems/472.concatenated-words.md) |
| 245 | + - [0145. 二叉树的后序遍历](./problems/145.binary-tree-postorder-traversal.md) |
| 246 | + - [0212. 单词搜索 II](./problems/212.word-search-ii.md) |
| 247 | + - [0239. 滑动窗口最大值](./problems/239.sliding-window-maximum.md) |
| 248 | + - [0295. 数据流的中位数](./problems/295.find-median-from-data-stream.md) |
| 249 | + - [0297. 二叉树的序列化与反序列化](./problems/297.serialize-and-deserialize-binary-tree.md) 91 |
| 250 | + - [0301. 删除无效的括号](./problems/301.remove-invalid-parentheses.md) |
| 251 | + - [0312. 戳气球](./problems/312.burst-balloons.md) |
| 252 | + - [330. 按要求补齐数组](./problems/330.patching-array.md) |
| 253 | + - [0335. 路径交叉](./problems/335.self-crossing.md) |
| 254 | + - [0460. LFU 缓存](./problems/460.lfu-cache.md) |
| 255 | + - [0472. 连接词](./problems/472.concatenated-words.md) |
256 | 256 | - [0480. 滑动窗口中位数](./problems/480.sliding-window-median.md) 🆕
|
257 | 257 | - [0483. 最小好进制](./problems/483.smallest-good-base.md) 🆕
|
258 |
| - - [0488. 祖玛游戏](problems/488.zuma-game.md) |
259 |
| - - [0493. 翻转对](problems/493.reverse-pairs.md) |
| 258 | + - [0488. 祖玛游戏](./problems/488.zuma-game.md) |
| 259 | + - [0493. 翻转对](./problems/493.reverse-pairs.md) |
260 | 260 | - [0679. 24 点游戏](./problems/679.24-game.md) 🆕
|
261 |
| - - [0715. Range 模块](problems/715.range-module.md) 🆕 |
262 |
| - - [0768. 最多能完成排序的块 II](problems/768.max-chunks-to-make-sorted-ii.md) 91 |
263 |
| - - [0805. 数组的均值分割](./problems/805.split-array-with-same-average.md) 🆕 |
264 |
| - - [0839. 相似字符串组](./problems/839.similar-string-groups.md) 🆕 |
265 |
| - - [0887. 鸡蛋掉落](problems/887.super-egg-drop.md) |
266 |
| - - [0895. 最大频率栈](problems/895.maximum-frequency-stack.md) |
267 |
| - - [0975. 奇偶跳](problems/975.odd-even-jump.md) 🆕 |
268 |
| - - [1032. 字符流](problems/1032.stream-of-characters.md) |
269 |
| - - [1168. 水资源分配优化](problems/1168.optimize-water-distribution-in-a-village.md) |
270 |
| - - [1203. 项目管理](problems/1203.sort-items-by-groups-respecting-dependencies.md) 🆕 |
271 |
| - - [1255. 得分最高的单词集合](problems/1255.maximum-score-words-formed-by-letters.md) |
272 |
| - - [1345. 跳跃游戏 IV](problems/1435.jump-game-iv.md) 🆕 |
273 |
| - - [1449. 数位成本和为目标值的最大数字](problems/1449.form-largest-integer-with-digits-that-add-up-to-target.md) 🆕 |
274 |
| - - [1521. 找到最接近目标值的函数值](./problems/1521.find-a-value-of-a-mysterious-function-closest-to-target.md) 🆕 |
275 |
| - - [1526. 形成目标数组的子数组最少增加次数](./problems/1526.minimum-number-of-increments-on-subarrays-to-form-a-target-array.md) 🆕 |
276 |
| - - [1649. 通过指令创建有序数组](./problems/1649.create-sorted-array-through-instructions.md) 🆕 |
277 |
| - - [1671. 得到山形数组的最少删除次数](./problems/1671.minimum-number-of-removals-to-make-mountain-array.md)🆕 |
278 |
| - - [1697. 检查边长度限制的路径是否存在](./problems/1697.checking-existence-of-edge-length-limited-paths.md) 🆕 |
279 |
| - - [1707. 与数组中元素的最大异或值](./problems/5640.maximum-xor-with-an-element-from-array.md) 🆕 |
| 261 | + - [0715. Range 模块](./problems/715.range-module.md) 🆕 |
| 262 | + - [0768. 最多能完成排序的块 II](./problems/768.max-chunks-to-make-sorted-ii.md) 91 |
| 263 | + - [0805. 数组的均值分割](./problems/805.split-array-with-same-average.md) |
| 264 | + - [0839. 相似字符串组](./problems/839.similar-string-groups.md) |
| 265 | + - [0887. 鸡蛋掉落](./problems/887.super-egg-drop.md) |
| 266 | + - [0895. 最大频率栈](./problems/895.maximum-frequency-stack.md) |
| 267 | + - [0975. 奇偶跳](./problems/975.odd-even-jump.md) 🆕 |
| 268 | + - [1032. 字符流](./problems/1032.stream-of-characters.md) |
| 269 | + - [1168. 水资源分配优化](./problems/1168.optimize-water-distribution-in-a-village.md) |
| 270 | + - [1203. 项目管理](./problems/1203.sort-items-by-groups-respecting-dependencies.md) 🆕 |
| 271 | + - [1255. 得分最高的单词集合](./problems/1255.maximum-score-words-formed-by-letters.md) |
| 272 | + - [1345. 跳跃游戏 IV](./problems/1435.jump-game-iv.md) |
| 273 | + - [1449. 数位成本和为目标值的最大数字](./problems/1449.form-largest-integer-with-digits-that-add-up-to-target.md) |
| 274 | + - [1494. 并行课程 II](./problems/1494.parallel-courses-ii.md) 🆕 |
| 275 | + - [1521. 找到最接近目标值的函数值](./problems/1521.find-a-value-of-a-mysterious-function-closest-to-target.md) |
| 276 | + - [1526. 形成目标数组的子数组最少增加次数](./problems/1526.minimum-number-of-increments-on-subarrays-to-form-a-target-array.md) |
| 277 | + - [1649. 通过指令创建有序数组](./problems/1649.create-sorted-array-through-instructions.md) |
| 278 | + - [1671. 得到山形数组的最少删除次数](./problems/1671.minimum-number-of-removals-to-make-mountain-array.md) |
| 279 | + - [1707. 与数组中元素的最大异或值](./problems/5640.maximum-xor-with-an-element-from-array.md) |
280 | 280 |
|
281 | 281 | - [后序](epilogue.md)
|
0 commit comments