Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit d3d5118

Browse files
committed
307 小修改
1 parent 3d7be5d commit d3d5118

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
"num",
128128
"numberify",
129129
"nums",
130+
"numsnil",
130131
"ooncedefifgstkyxfcua",
131132
"ppedxfumcfsngphjyf",
132133
"pwwkew",

Algorithms/0307.range-sum-query-mutable/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ Note:
2020

2121
1. The array is only modifiable by the update function.
2222
1. You may assume the number of calls to update and sumRange function is distributed evenly.
23-
24-
## 解题思路
25-
26-
见程序注释

0 commit comments

Comments
 (0)