logo
pub type SumBitTree<T> = FenwickTree<T, SumOp>;
Expand description

Fenwick tree specialized for prefix-sum