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

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

Recently, I have been doing contest and stuck at Specialists for ~2 months. I recognize that my weakness is submitting WA and solving problems not fast enough (I could get into rank~1000 without it).

I know that in order to achieve Expert, you have to get into rank ~1000 at least 1-2 contests consecutively. Although I'm able to solve 60% of the contest problems, it requires fast coding and bug-free writing skill.

So, is there any site beside CF that you think that it's good and I could practice so as to achieve my goal?. I know that there are lots of Specialists guys have the same question as mine.

Thank you so much. Have a nice day ^^

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

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

Auto comment: topic has been updated by Puc_Puc (previous revision, new revision, compare).

»
3 года назад, # |
Rev. 2   Проголосовать: нравится -91 Проголосовать: не нравится
LOL
»
3 года назад, # |
  Проголосовать: нравится +20 Проголосовать: не нравится

AtCoder is a pretty good place for practice.

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

I wish you become an expert as soon as possible

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

Any tip for me to reach pupil?

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

    Practice more, focus on problems { >= your rating+200} , solve constructive problems ,learn stuff like basic number theory , combinatorics , binary search , dynamic programming. Also do virtual contests. I hope you will reach pupil soon.

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

If you know what are your short comings, then why don't you start working on it. And how can you work on it? The only answer is PRACTICE. If you are looking for answers other than this, then I'm afraid you might not get one.

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

I've recently found out my weaknesses why I could not be an expert all this time though I can solve 1600-1800 range and I have also solved problems in 1900-2200 range.
1. I just solved problems, didn't try to learn new concepts from others solve if I could solve that problem and I ignored editorial completely.
2. I know many ds, algos which I haven't faced once in cf. That means I had to learn things when I face them.
3. I counted how many problems I solved today rather than how much I learned. Which I think one of the biggest mistakes I have made.
4. I even sometimes can not solve a problem i did solve before.
These are my weaknesses. I think some of you may relate. I'm thinking about overcoming these things. See you guys in a month to tell if this works. Happy coding!!

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

    so much relatable.... -_-

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

      Your rating graph is kinda similar to mine. It would be helpful if you share how did you overcome the situation. TIA!

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

On seeing the data on cfviz, I see that you have only ~20 problems above 1500 solved in whole. Well I am afraid that aint enough for being a expert.

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

Try to upsolve first non-AC problem from each contest you've participated in?

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

I've reached Expert. There's no other way better than continuous efforts and practices.