मुख्य कंटेंट तक स्किप करें

2 docs tagged with "segment-tree"

सारे टैग देखें

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.