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

Автор rustem.memmedli., история, 4 месяца назад, По-английски

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!

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

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

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).

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

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

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

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)

»
4 месяца назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится
  1. 914D - Bash and a Tough Math Puzzle [1900]
  2. 1741F - Multi-Colored Segments [2000]
  3. 1114F - Please, another Queries on Array? [2400]
  4. 61E - Enemy is weak [1900]

Some of these problems have a rating of >1900, but in my opinion their actual rating is lower, since the rounds from which these problems are taken were held quite a long time ago.

»
4 месяца назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится