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

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

Recently I have observed that many of the Red coders have a pretty scattered submission heat-map, yet still, their ratings have increased significantly in the past few months. Is there some other platform that is equally or more preferable for practicing than codeforces? especially for high ratings? Or maybe some other technique that I may be unaware of?

Also, the highest I have reached on CF is Candidate Master(not really a high rating), which was just by randomly solving as many of codeforces' problems as I could, but that technique seemed to stop working with time. Now, I have got time again and I want to start CP aggressively again! Any tips on how should I focus on practicing to become better at CP from now on would be welcomed.

Thanks ^.^

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

»
23 месяца назад, # |
  Проголосовать: нравится -33 Проголосовать: не нравится

I know a few red users and the consensus is that learning this algorithm will basically guarantee reaching red. However I do not fully understand how this works, regardless I will post it here. Algorithm Tutorial

Marinush

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

I know it's weird that a newbie is replying in this regard. But still I want to say about the part "Red coders have pretty scattered submission heat map". Actually after a certain rating/skill earned it's not necessary to implement every problem they solve. Because at that point it is a waste of time for them (as they are very good at implementation) to implement a solution of a problem. They just read the problem and solve it theoretically. This is what I read in a website

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

    I know high-rated people that mainly submit through mashup contests too. These submissions are considered 'private' and not shown on the heatmap unless the user wants it to. It also cannot appear on problem solved count etc unless the user submits to the original problem IIRC.

»
23 месяца назад, # |
  Проголосовать: нравится +102 Проголосовать: не нравится
The ninja technique is
  • »
    »
    23 месяца назад, # ^ |
      Проголосовать: нравится -25 Проголосовать: не нравится

    not doing contests because you're afraid to lose rating is stupid

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

      Maturity is when one realises these internet points don't make much difference in life.

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

        And the sense of humour — does ;)

      • »
        »
        »
        »
        23 месяца назад, # ^ |
          Проголосовать: нравится -21 Проголосовать: не нравится

        if tho then why did u use to do contests? why did u even try?

        contests are fun to do, and also a way to practice

        • »
          »
          »
          »
          »
          23 месяца назад, # ^ |
          Rev. 2   Проголосовать: нравится +7 Проголосовать: не нравится

          Well there are a lot of factors I believe.. reds normally don't give in because they want to hoard some rating.

          (It would be ironic if they did so but more because they are usually involved in some rl jobs (at least Indian reds) which prevent them from attending contests as frequently as they could previously as a result that comment above is kinda semi-joke. )

          And maintaining red is way harder than trying to keep cyan -> expert or grey -> pupil.

          I think you should try getting to red and see for yourself how hard (and unfun) it is before making a comment like this.

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

          You answered your question by yourself. Because they "are fun to do, and also a way to practice". Not because of internet points you will gain.

          aryanc403 Sorry for stepping in. Correct me if that's not your point.

  • »
    »
    23 месяца назад, # ^ |
      Проголосовать: нравится +43 Проголосовать: не нравится
    Life-hack for people who don't have time for real-time contests/who only want to solve problems
»
23 месяца назад, # |
Rev. 3   Проголосовать: нравится +16 Проголосовать: не нравится

Solve problems from ICPC and olympiads in general oline judges. Since they are major contests, the quality and algorithmical depth of problems are much better than the problems in CF. (in average, I mean)

There are lots of online judges such as sphere oj, codechef, etc. Also practicing in Atcoder may help you to practice well.

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

    Hold on, did you just say that codechef has better problem quality than codeforces?

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

      (It was probably supposed to be a joke, but) codechef problem quality has increased quite a bit after Um_nik and Anton started coordinating contests there, and I have heard people say that codechef had better problem quality in some contests than codeforces.

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

      I think sometimes yes, like the previous cook off.

  • »
    »
    23 месяца назад, # ^ |
    Rev. 5   Проголосовать: нравится -10 Проголосовать: не нравится

    ..

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

In my opinion, there aren't any platforms more preferable for practicing than codeforces. Just keep solving problems on codeforces and you will perform better in the contests. Many of my friends have made great progress by solving a number of problems on cf. You can see when I started competed on cf, I ranked 4000+ just like you, but now I'm red.

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

I generally don't practice in CF and mainly use Baekjoon Online Judge. According to the ranklist, there is a correlation between reaching IGM in CF and solving 8000+ problems.