From 24203844ceddd1286ef0c78d3c72340d0d62ca72 Mon Sep 17 00:00:00 2001 From: estom Date: Wed, 16 Jul 2025 11:53:03 -0400 Subject: [PATCH] =?UTF-8?q?=E6=A0=91=E7=8A=B6=E6=95=B0=E7=BB=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 数据结构/6.11 树状数组.md | 1 + 1 file changed, 1 insertion(+) diff --git a/数据结构/6.11 树状数组.md b/数据结构/6.11 树状数组.md index 1aa498ab..6fbcb130 100644 --- a/数据结构/6.11 树状数组.md +++ b/数据结构/6.11 树状数组.md @@ -52,6 +52,7 @@ $$ [i,i+lowbit(i)],进行迭代i=i+lowbit(i) $$ +管理的继承性:即一个数字x如果管理y,那么也一定管理了被y管理的数字。 ## 3 应用 ### 把位置k的元素加x