mirror of
https://github.com/Estom/notes.git
synced 2026-04-14 02:10:47 +08:00
树状数组修改
This commit is contained in:
@@ -52,6 +52,7 @@ $$
|
||||
[i,i+lowbit(i)],进行迭代i=i+lowbit(i)
|
||||
$$
|
||||
|
||||
管理的继承性:即一个数字x如果管理y,那么也一定管理了被y管理的数字。
|
||||
## 3 应用
|
||||
|
||||
### 把位置k的元素加x
|
||||
|
||||
Reference in New Issue
Block a user