Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

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

Автор rajon_aust, 9 лет назад, По-английски

Almost 2.5 years passed , I am doing competitive programming . I have a big dream to become a red coder . I want to represent my country to any big event . I solved lots of problems . But still I am not good in this area . I want to upgrade my skill . After 6 months dhaka regional will held . I want to prepare myself for the event . Provide any suggestion , by following which path or solving which type of problems I can reach my destination . Thanks in advance .

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

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

I can help you as a green coder:D Learn something new every day! Comes the day, you'll become red!))

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

i am facing the same problem as you. but i guess we should keep practising, and that day won't be far from us.

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

practice makes perfect

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

This is how I usually study:

  1. Virtually/Officially participate in contests. Try your best.
  2. Check uses with rating you want. Now I'm around 1900-2000, so I want 2200. My ultimate goal is to have >=2600, but not now. So I check people with rating 2100~2300. I recommend that you add them as friends, so it's easier.
  3. Check how they did in the contest. In the last contest (Round 305), I noticed that a lot of those with that rating solved B/C, and it means that I have to solve them during contest.
  4. I work on those problems.
  5. Repeat :)

I tried a lot of methods, but I like this way the most since I can find problems that are both challenging and approachable.

At the same time, you should work on past problems from your regional, since problem style in ICPC is usually different from codeforces.