Type Definition bio::data_structures::bit_tree::MaxBitTree

source ·
pub type MaxBitTree<T> = FenwickTree<T, MaxOp>;
Expand description

Fenwick tree specialized for prefix-max