Range Queries and Updates
In this article I am going to discuss one of the most frequently asked topics in competitive programming, Range queries and Updates. Often, we encounter such a problem that we need to answer some queries over segments or intervals.
Source: Understanding Range Queries and Updates: Segment Tree, Lazy Propagation and MO’s Algorithm, an article by Prince Kumar.