aviralarpan3301's blog

By aviralarpan3301, history, 3 hours ago, In English

I've recently started solving problems on AtCoder and noticed that the quality of problems is exceptional. Obviously Codeforces also offers great problems, AtCoder's seem to be on another level. Does anyone know why this might be? One possible reason could be that AtCoder hosts contests less frequently than Codeforces, allowing them to maintain a higher standard for problem quality.

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

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

I think less no words in Problem Statement of AtCoder makes it diff from other CP Websites

  • »
    »
    2 hours ago, # ^ |
      Vote: I like it +7 Vote: I do not like it

    That's not what I meant. Ofc the problem statements are short. But I meant, the "idea" to solve the problems are insanely good and imaginative. They use relatively simple techniques in very clever ways.

»
2 hours ago, # |
  Vote: I like it -26 Vote: I do not like it

They are "so good" if you enjoy dumb math tricks. If you want codeforces to "maintain a higher standard" like this, just only accept rounds where all problems rely on invariants or variable substitutions, with statements and setups that have even less to do with the a real process you'd want to solve than on other websites.

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

    I think AtCoder helps you get better in some important algos like Bs or DSU or the dumb math tricks as you said.

  • »
    »
    95 minutes ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    So codeforces is more preferred?

  • »
    »
    84 minutes ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Controversial statement

  • »
    »
    78 minutes ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    When have CP problems been about resembling "a real process"

    • »
      »
      »
      21 minute(s) ago, # ^ |
      Rev. 3   Vote: I like it 0 Vote: I do not like it

      It's not like people made up algorithm ideas for no reason throughout history, and there are cp problems that reflect this. However, higher rated cp people more and more actively choose to make up nonsense instead of ideas that have some resemblance to could be useful, and like to recycle the same few Olympiad combinatorics math tricks in increasingly contrived setups.

      I think good problems are usually made thinking about what is real problem you want to solve and idealizing until solveable. But many just like to mash together random ideas and ask is this setup solveable (and when they come from the same set of math constructions they usually end up recycling the same line of insights), or force a problem onto a solution while trying to hide the inspiration through contrived setup.

»
67 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

i never gave atcoder a real chance only tried afew ABC problems and 1 ARC and left is it really that good ?

»
64 minutes ago, # |
  Vote: I like it +4 Vote: I do not like it

The problems are straight-forward and are written formally, so you skip the part where you "translate" the statement. I think that's the most significant reason why they are so good.

»
40 minutes ago, # |
  Vote: I like it -8 Vote: I do not like it

They steal from codeforces