Resources for Segment Trees

Can anyone provide some good tutorials on Segment Trees?

https://cp-algorithms.com/data_structures/segment_tree.html
Covers almost everything.

Another one: Algorithm Gym :: Everything About Segment Trees - Codeforces

3 Likes

thanks for the help!!

This is a nice video to start with segment trees.


If you want some practise you can refer these questions i think this might help.

Thanks for the resource.

2 Likes
1 Like

Here is one more …

Prepare section of codechef contains some classic problems on segment tree.

And from codeforce.

1 Like