Skip to main content

2 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.