Module point_add_range_sum

Source

Re-exports§

pub use competitive::algebra::AdditiveOperation;
pub use competitive::data_structure::BinaryIndexedTree;
pub use competitive::data_structure::SegmentTree;

Functions§

point_add_range_sum_binary_indexed_tree
✅ AC 55ms
point_add_range_sum_segment_tree
✅ AC 76ms