High-performance generic segment tree and lazy segment tree implementations in Rust for efficient range queries, range updates, and interval operations. Supports custom monoid operations with zero-cost abstractions.
rust performance competitive-programming segment-tree range-query lazy-propagation data-structures-and-algorithms
-
Updated
Oct 23, 2025 - Rust