Algoteka
View all languages for this problem (1 verified and 0 unverified)

Fenwick Tree - Samples for C++

Problem by oml1111

Problem description:

Implement a Fenwick Tree data structure for tracking prefix sums. Add some value to some position in that tree and then fetch the sum of some prefix.

Verified samples:

# Tech tags Title Creator Created date
1 0
oml1111
2022-08-11 08:21

Unverified samples:

# Tech tags Title Creator Created date
No unverified samples ...
View problem discussion (0 comments)