Fenwick Tree
Home
>
Computer Science
>
Algorithms and data structures
>
Trees
>
Fenwick Tree
A binary indexed tree used to efficiently calculate prefix sums and to perform range queries.