haar_
lib
0.1.0
Module segtree
Module Items
Re-exports
Structs
In haar_
lib::
ds
haar_lib
::
ds
Module
segtree
Copy item path
Source
Expand description
モノイド列の点更新・区間取得($O(\log n)$, $O(\log n)$)ができる。
Re-exports
§
pub use crate::algebra::traits::
Monoid
;
Structs
§
Segtree
モノイド列の点更新・区間取得($O(\log n)$, $O(\log n)$)ができる。