Module dsalgo::fenwick_tree

source ·
Expand description

fenwick tree (binary indexed tree)

Structs

Node Indices (case $|given array| = 8$, internally 1-indexed implemetation) |8 | |4 | | |2 | |6 | | |1| |3| |5| |7| |