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

Fenwick tree specialized for prefix-max