Where can I find more problems about Segment Tree Graphs? The only two problems I am aware of are listed below.
Legacy (CF) Tickets (USACO Platinum)
Any help would be greatly appreciated. I would also prefer English problem statements (for I am a native speaker) but if none are available, I'll use Google Translate (hoping for the best).
There are around 5-6 Trees problem which uses Segment Trees one after the other in the CSES Sheet (They use Flattening of Trees) , you could try those.
Subtree Queries
Check problems above and below this, they are similar problems.
https://mirror.codeforces.com/blog/entry/135761 . also, https://atcoder.jp/contests/arc069/tasks/arc069_d
Interesting choice of profile picture LOL
:)
Thank you, this was exactly what I was looking for!