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

Автор arctano, история, 15 месяцев назад, По-английски

Hello guys! I have been training on codeforces for a while, and noticed that up until 1600 (currently I try to solve problems around that range of difficulty) there's not very much use of heavy algorithms and data structures (the heaviest I've used in codeforces so far is DSU), and the problems revolve mostly around thinking, observations and so forth.

For the moment I plan to continue training on codeforces, but further in the future, closer to ICPC regionals, I want to train with problems where more techniques and algorithms are used, so I would like to know which problem archives / websites / types of contests do you all recommend for this type of training. Even better if it's older ICPC problems

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

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

I usually use:

  • Codeforces for problem solving
  • CSES for specific algorithms and techniques
  • Eolymp Basecamp and oj.uz for past OI problems. You can also find past ICPC problems on Kattis

However, as you start solving problems with higher difficulty here, you'll also learn some more advanced (but often rare) techniques (I'm currently focusing on problems with difficulty 2000 and I've learned some new things this way)