Skip to main content

3 docs tagged with "segment-tree"

View all tags

Dynamic Segment Tree

This post covers dynamic segment trees, their use-cases, code examples, and how they differ from regular segment trees.

Segment Tree

A comprehensive guide to Segment Trees with visual diagrams, build/query/update operations, lazy propagation, code templates in Python, Java, and C++, and practice problems.

Segment Tree with Lazy Propagation

A comprehensive guide to Segment Tree with Lazy Propagation, including concept explanation, implementations in C++, Java, and Python, complexity analysis, and practice problems.