When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

Morg0th's blog

By Morg0th, history, 18 months ago, In English

As im a noob and i have given my first contest yesterday and i was not able to solve a single question i want some really good advices and practises from people who have already achieved it please help me in my journey :)

  • Vote: I like it
  • -35
  • Vote: I do not like it

| Write comment?
»
18 months ago, # |
  Vote: I like it +24 Vote: I do not like it

Try to reach Specialist within 6 / 8 month.

»
18 months ago, # |
  Vote: I like it +15 Vote: I do not like it

If you're only trying to reach CM in codeforces (but not trying to perform well in other competitions like ICPC) you can just put in a lot of time to solve problems from previous rounds, since most problems you'll encounter before reaching Master do not require classical algorithms.

By the way, to reach CM you needs to solve at least 4 problems in Div.2 in average. If you're not particularly talented, it's a big challenge to reach CM even in 2 years.

  • »
    »
    18 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    What if I want to perform well in both coding competitions too guide the way sir

    • »
      »
      »
      18 months ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      You need to learn algorithms such as network flow, shortest path, those sort of advanced things and build your skill set

      • »
        »
        »
        »
        18 months ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        Where can I find a list of such algorithms?

»
18 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Practice

  • »
    »
    18 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Would like to advice how I mean like from problemset or just random contests

    • »
      »
      »
      18 months ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      When i got to pupil i had practiced USACO bronze and silver and able to solve 1400 under 30 min. I didnt follow a specific path