Hello, I'm just getting started with Segment Trees and I'm curious as to what they can be used for in terms of programming competitions. I know the basic RMQ, GCD, and cumulative sum concepts but I'm not sure what else they can be used for, and what types of problems I should look out for to apply segment trees with.
Any applications and/or problem links would be appreciated.
Thanks for this amazing community,
Max
Edit: Thanks for your responses.