Блог пользователя rustem.memmedli.

Автор rustem.memmedli., история, 3 часа назад, По-английски

Hello Codeforces!

I’ve recently decided to practice more Segment Tree problems. However, since Codeforces doesn't have a specific tag exactly for Segment Trees (they usually fall under "data structures"), it’s been a bit tough to filter for them specifically in the problemset.

Could you recommend some problems or specific problemsets that focus on Segment Trees? Considering my current rating, it would be perfect if the ratings were around 1500–1900. I'm looking for anything from standard to more "out of the box" implementations. If there are any classic "must-solve" problems in this range, please let me know!

Thanks to anyone who tries to help, and happy coding!

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

»
3 часа назад, скрыть # |
Rev. 2  
Проголосовать: нравится +1 Проголосовать: не нравится
  • »
    »
    3 часа назад, скрыть # ^ |
     
    Проголосовать: нравится 0 Проголосовать: не нравится

    Thanks!

»
3 часа назад, скрыть # |
Rev. 2  
Проголосовать: нравится +2 Проголосовать: не нравится

try this

It's a Russian site, but translator exists for a reason.

Segment-tree problems are in "ДО-1", "ДО-2" sections(bottom of the page).

»
2 часа назад, скрыть # |
 
Проголосовать: нравится +2 Проголосовать: не нравится

Check this out-one of the best curated lists on the site.

»
60 минут назад, скрыть # |
Rev. 3  
Проголосовать: нравится +1 Проголосовать: не нравится

Ant Colony [2100]

XOR on Segment [2000]

Enemy is Weak [1900]

Petya and Array [1800]

Sereja and Brackets [2000]

Distinct Characters Queries [1600]

BTW some of them might have co-ordinate compression hidden(or more like problem cant be solved without it) so do learn that as well since it extends to more applications.This does include Lazy propogation as well (mostly for higher rated problems)