Блог пользователя Ayxan007

Автор Ayxan007, история, 10 дней назад, По-английски

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?

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
10 дней назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

not all problems but here are useful blogs

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

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

»
10 дней назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

  • »
    »
    10 дней назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    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 дней назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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