Skip to content

Commit 0fdff0a

Browse files
authored
Improve title consistency in fenwick.md
1 parent 7e4b0db commit 0fdff0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_structures/fenwick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ int point_query(int idx) {
380380

381381
Note: of course it is also possible to increase a single point $A[i]$ with `range_add(i, i, val)`.
382382

383-
### 3. Range Updates and Range Queries
383+
### 3. Range Update and Range Query
384384

385385
To support both range updates and range queries we will use two BITs namely $B_1[]$ and $B_2[]$, initialized with zeros.
386386

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy