Type Definition bio::data_structures::bit_tree::SumBitTree

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

Fenwick tree specialized for prefix-sum