Module fenwick

Source
Expand description

可換群の点更新・区間取得($O(\log n)$, $O(\log n)$)ができる。

Re-exports§

pub use crate::algebra::traits::AbelianGroup;

Structs§

FenwickTree
可換群の点更新・区間取得($O(\log n)$, $O(\log n)$)ができる。