@@ -1047,6 +1047,7 @@ class NumArray {
1047
1047
<!-- Please keep comment here to allow auto update -->
1048
1048
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN `npm run lc` TO UPDATE -->
1049
1049
1050
+
1050
1051
## 相关题目
1051
1052
1052
1053
#### 二叉树的遍历
@@ -1106,7 +1107,7 @@ class NumArray {
1106
1107
1107
1108
#### 线段树
1108
1109
1109
- - 单点更新
1110
+ * 单点更新
1110
1111
1111
1112
<!-- prettier-ignore -->
1112
1113
| 题号 | 标题 | 题解 | 标签 | 难度 | 力扣 |
@@ -1115,7 +1116,7 @@ class NumArray {
1115
1116
| 307 | 区域和检索 - 数组可修改 | [[ ✓]] ( /problem/0307.md ) | [ ` 设计 ` ] ( /tag/design.md ) [ ` 树状数组 ` ] ( /tag/binary-indexed-tree.md ) [ ` 线段树 ` ] ( /tag/segment-tree.md ) ` 1+ ` | 🟠 | [ 🀄️] ( https://leetcode.cn/problems/range-sum-query-mutable ) [ 🔗] ( https://leetcode.com/problems/range-sum-query-mutable ) |
1116
1117
| 354 | 俄罗斯套娃信封问题 | [[ ✓]] ( /problem/0354.md ) | [ ` 数组 ` ] ( /tag/array.md ) [ ` 二分查找 ` ] ( /tag/binary-search.md ) [ ` 动态规划 ` ] ( /tag/dynamic-programming.md ) ` 1+ ` | 🔴 | [ 🀄️] ( https://leetcode.cn/problems/russian-doll-envelopes ) [ 🔗] ( https://leetcode.com/problems/russian-doll-envelopes ) |
1117
1118
1118
- - 区间更新
1119
+ * 区间更新
1119
1120
1120
1121
<!-- prettier-ignore -->
1121
1122
| 题号 | 标题 | 题解 | 标签 | 难度 | 力扣 |
@@ -1127,7 +1128,7 @@ class NumArray {
1127
1128
| 1310 | 子数组异或查询 | | [ ` 位运算 ` ] ( /tag/bit-manipulation.md ) [ ` 数组 ` ] ( /tag/array.md ) [ ` 前缀和 ` ] ( /tag/prefix-sum.md ) | 🟠 | [ 🀄️] ( https://leetcode.cn/problems/xor-queries-of-a-subarray ) [ 🔗] ( https://leetcode.com/problems/xor-queries-of-a-subarray ) |
1128
1129
| 1851 | 包含每个查询的最小区间 | | [ ` 数组 ` ] ( /tag/array.md ) [ ` 二分查找 ` ] ( /tag/binary-search.md ) [ ` 排序 ` ] ( /tag/sorting.md ) ` 2+ ` | 🔴 | [ 🀄️] ( https://leetcode.cn/problems/minimum-interval-to-include-each-query ) [ 🔗] ( https://leetcode.com/problems/minimum-interval-to-include-each-query ) |
1129
1130
1130
- - 区间合并
1131
+ * 区间合并
1131
1132
1132
1133
<!-- prettier-ignore -->
1133
1134
| 题号 | 标题 | 题解 | 标签 | 难度 | 力扣 |
@@ -1136,7 +1137,7 @@ class NumArray {
1136
1137
| 731 | 我的日程安排表 II | [[ ✓]] ( /problem/0731.md ) | [ ` 设计 ` ] ( /tag/design.md ) [ ` 线段树 ` ] ( /tag/segment-tree.md ) [ ` 数组 ` ] ( /tag/array.md ) ` 3+ ` | 🟠 | [ 🀄️] ( https://leetcode.cn/problems/my-calendar-ii ) [ 🔗] ( https://leetcode.com/problems/my-calendar-ii ) |
1137
1138
| 732 | 我的日程安排表 III | | [ ` 设计 ` ] ( /tag/design.md ) [ ` 线段树 ` ] ( /tag/segment-tree.md ) [ ` 二分查找 ` ] ( /tag/binary-search.md ) ` 2+ ` | 🔴 | [ 🀄️] ( https://leetcode.cn/problems/my-calendar-iii ) [ 🔗] ( https://leetcode.com/problems/my-calendar-iii ) |
1138
1139
1139
- - 扫描线问题
1140
+ * 扫描线问题
1140
1141
1141
1142
<!-- prettier-ignore -->
1142
1143
| 题号 | 标题 | 题解 | 标签 | 难度 | 力扣 |
@@ -1177,3 +1178,4 @@ class NumArray {
1177
1178
| 947 | 移除最多的同行或同列石头 | | [ ` 深度优先搜索 ` ] ( /tag/depth-first-search.md ) [ ` 并查集 ` ] ( /tag/union-find.md ) [ ` 图 ` ] ( /tag/graph.md ) ` 1+ ` | 🟠 | [ 🀄️] ( https://leetcode.cn/problems/most-stones-removed-with-same-row-or-column ) [ 🔗] ( https://leetcode.com/problems/most-stones-removed-with-same-row-or-column ) |
1178
1179
| 803 | 打砖块 | | [ ` 并查集 ` ] ( /tag/union-find.md ) [ ` 数组 ` ] ( /tag/array.md ) [ ` 矩阵 ` ] ( /tag/matrix.md ) | 🔴 | [ 🀄️] ( https://leetcode.cn/problems/bricks-falling-when-hit ) [ 🔗] ( https://leetcode.com/problems/bricks-falling-when-hit ) |
1179
1180
| 128 | 最长连续序列 | [[ ✓]] ( /problem/0128.md ) | [ ` 并查集 ` ] ( /tag/union-find.md ) [ ` 数组 ` ] ( /tag/array.md ) [ ` 哈希表 ` ] ( /tag/hash-table.md ) | 🟠 | [ 🀄️] ( https://leetcode.cn/problems/longest-consecutive-sequence ) [ 🔗] ( https://leetcode.com/problems/longest-consecutive-sequence ) |
1181
+
0 commit comments