Introduction to Segment Tree - A Complete Guide
Official

LeetCode is posting this on behalf of @aniruddha_agrawal

Please do not forget to UPVOTE if this post is useful for you.

Hey everyone,

Nowadays many Top MNC's companies focus on Segment Tree. So In this post, I am going to cover Segment Tree also along with some important placement coding problems on Segment Tree. And I have made videos on Segment Tree for the proper understanding of the concepts. As you know Segment Tree is one of the hardest topics and understanding it is very important and I will try to explain as much as I can.

Content on the Videos:

  1. Introduction to Segment Tree
    1. What is a Segment Tree?
    2. How to Build a Segment Tree?
    3. How to Find a Range Query Problem Using Segment Tree?

And I have attached some important questions on Segment Tree:

  1. https://leetcode.com/problems/range-sum-query-immutable/
  2. https://leetcode.com/problems/range-sum-query-mutable/
  3. https://leetcode.com/problems/create-sorted-array-through-instructions/
  4. https://leetcode.com/problems/count-of-range-sum/
  5. https://leetcode.com/problems/count-of-smaller-numbers-after-self/
Comments (4)