Ayxan007's blog

By Ayxan007, history, 10 days ago, In English

Is there a place on Codeforces that contains all segment tree problems? Or if someone has saved Codeforces segment tree problems, could you please share the problem numbers with me?

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
10 days ago, # |
  Vote: I like it +1 Vote: I do not like it

not all problems but here are useful blogs

https://codeforces.net/blog/entry/22616

https://codeforces.net/blog/entry/55274 (all topics)

»
10 days ago, # |
  Vote: I like it 0 Vote: I do not like it

I haven't done many seg tree problems on codeforces, but CSES has a good number of them and are simple but instructive.

  • »
    »
    10 days ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Yes, I’m familiar with CSES problems. However, Codeforces has some really good tricks in their segment tree questions. The problems are very interesting. I think I’ll collect all the segment tree problems and save them. Later, I might share them in a blog!

»
10 days ago, # |
  Vote: I like it 0 Vote: I do not like it

Here. Navigate to the segment tree section in DS. There should be plenty of problems.