Jratos's blog

By Jratos, history, 3 weeks ago, In English

Can anyone give me advice on how to learn CP quickly? I have read several catalogs that talk about this, but I want to know, is there anything you wish you knew earlier?

  • Vote: I like it
  • +14
  • Vote: I do not like it

»
3 weeks ago, # |
  Vote: I like it +4 Vote: I do not like it

ayee me too!!

»
3 weeks ago, # |
  Vote: I like it +21 Vote: I do not like it

Even though I'm not actually any ranks ahead of you, I'm a decent amount in Expert, and something I wish I did earlier was solving practice problems related to the topic you are trying to learn. Just "learning it" (reading about it) isn't enough. You need to actually solve the problems to be good at it, which then can allow you to possibly do it during the contest.

Speed is also an important factor for rating, which just needs practice.

  • »
    »
    3 weeks ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Average 2000-ish problem needs some “trick” or even data structures that I maybe havent learned or used, how do you know when to stop and read the tutorial? What do you think?

    • »
      »
      »
      3 weeks ago, # ^ |
        Vote: I like it +3 Vote: I do not like it

      I do struggle with 2000+ rated problems a lot, so I can't give the best advice, but here is what I would suggest: Spend a couple hours trying to solve it, and brainstorm ideas for what the solution could be. If you still can't solve it, see if there exists a hint on the editorial that might be able to help you. Otherwise, look at the editorial, and think about how you could solve that type of problem in the future.

      If it does turn out to be a problem that has a different data structure or something, then maybe you should learn it a little bit. You could possibly look up a good explanation about it and try solving some other practice problems of that topic. I don't really like "solving" a problem after looking at the editorial because I feel that makes me have a fake solve in my submissions. I would probably just keep it for another day, and then try to solve it.

    • »
      »
      »
      3 weeks ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      I would like to add on to the comment above by noting that if you can't have a solid idea by 30 min, you prob want to look at editorial.

      • »
        »
        »
        »
        3 weeks ago, # ^ |
          Vote: I like it +1 Vote: I do not like it

        Dang, no way you look at editorial after 30 minutes. At least 1-2 hours. But I usually prefer to spend 1 hour thinking and brainstorming, and then if I don't have an idea, I save the problem and try it another day. It is never optimal to look at the editorial if you could solve it yourself.

        • »
          »
          »
          »
          »
          3 weeks ago, # ^ |
          Rev. 2   Vote: I like it 0 Vote: I do not like it

          " Solid idea ". I don't mind if you carry on coding/debugging your idea, however if your mind is just blank, it's no use sitting there drawing mindlessly on a piece of paper.

          • »
            »
            »
            »
            »
            »
            3 weeks ago, # ^ |
              Vote: I like it +1 Vote: I do not like it

            When you get to harder problems, it will take longer to actually come up with the solution. Not all problems are just "heres the problem, solve it with segment tree", so you will need to come up with ideas using the samples and other things the problem gives. This should last around an hour or so.

            • »
              »
              »
              »
              »
              »
              »
              3 weeks ago, # ^ |
                Vote: I like it 0 Vote: I do not like it

              I'm just following what my teacher taught me lol.

              • »
                »
                »
                »
                »
                »
                »
                »
                3 weeks ago, # ^ |
                  Vote: I like it 0 Vote: I do not like it

                that is wrong and it's plague to justify the fact you're reading editorials too frequently with "I'm just following what my teacher taught me"

                do you dare duel me on flower bot

                • »
                  »
                  »
                  »
                  »
                  »
                  »
                  »
                  »
                  3 weeks ago, # ^ |
                    Vote: I like it 0 Vote: I do not like it

                  nah I'm not reading editorials too frequently, and yes I dare duel you on flower bot.

                • »
                  »
                  »
                  »
                  »
                  »
                  »
                  »
                  »
                  3 weeks ago, # ^ |
                  Rev. 2   Vote: I like it 0 Vote: I do not like it

                  what is your flower bot name (I will duel you in another account)

                • »
                  »
                  »
                  »
                  »
                  »
                  »
                  »
                  »
                  3 weeks ago, # ^ |
                    Vote: I like it 0 Vote: I do not like it

                  I won't be able to duel you in my current location. Maybe once I return to US.

          • »
            »
            »
            »
            »
            »
            3 weeks ago, # ^ |
              Vote: I like it 0 Vote: I do not like it

            30 minutes is very short, think longer

»
3 weeks ago, # |
Rev. 2   Vote: I like it +18 Vote: I do not like it

They always suggest practicing 100-200 ahead, yet I practice up to 500 ahead, and I find that to be often more helpful as harder problems include more new information. After doing this, I have found a great increase in my performance. And what my CerealCodes teammate rangerscowboys said is also very accurate.

  • »
    »
    3 weeks ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I like to not practice.

  • »
    »
    3 weeks ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    500 ahead,serious??what if you meet a problem which needs many info that you have never heard of?

    • »
      »
      »
      3 weeks ago, # ^ |
      Rev. 2   Vote: I like it 0 Vote: I do not like it

      I would like to hear red0's opinion but in my case I usually solve ABC(avoiding D+) in div.2 up to 1700 because they do not usually require any special algorithm other than hard observation.

      • »
        »
        »
        »
        3 weeks ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        I also solve A-C and then see if there's any problem D+ I have an idea to how to solve. Otherwise I just go ahead in order.

    • »
      »
      »
      3 weeks ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Then you learn. It's simple. Go online, find tutorials, videos, blogs etc.

  • »
    »
    3 weeks ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Huh, we have the same practice method :D. I practiced 2000s to 2400s for a while and my performance in VPs went from 1600-1700 -> 1900-2000.

  • »
    »
    3 weeks ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    How do you decide when to stop think and just see the editorial? Because average 2000ish need a trick or ds, right?

»
3 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

how is your daily practive like? filter problems by rating? or by topic? or virtual participate?

  • »
    »
    3 weeks ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    rating

  • »
    »
    3 weeks ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Past was rating, at your rating I practiced on 1500-1700 problems

»
3 weeks ago, # |
Rev. 2   Vote: I like it +11 Vote: I do not like it

Solve 3-15 problems (your_rating <= problem_rating) everyday. Practise increases your speed. Speed is very important for increase rating.

»
3 weeks ago, # |
  Vote: I like it +5 Vote: I do not like it

stay expert

»
3 weeks ago, # |
  Vote: I like it +14 Vote: I do not like it

solve more problems on atcoder and projecteuler

don't forget to do daily stretches

»
3 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

Can you tell me the most important topics that helps you to reach expert