Skip to content

Commit d5e3d79

Browse files
authored
Merge pull request cp-algorithms#1267 from JJCUBER/patch-1
Improve title consistency in fenwick.md
2 parents 802029f + 0fdff0a commit d5e3d79

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)