Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

__gcd's blog

By __gcd, history, 4 years ago, In English

When I try to solve a problem a little bit higher above my ability I face a lot of problem. I get stuck then read editorial and solve it later. But what should I do or you would do in this situation:

  1. When you can't generate the idea for a specific problem.
  2. Then you cant' understand still after reading the editorial.
  3. Then you still can't understand solution reading other's code?
  4. There's no one you know that you can take help from.
  • Vote: I like it
  • +21
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

If I couldn't solve it even after doing that much, I'd just leave it for later tbh, at some point you'll be able to solve the problems you couldn't solve earlier

  • »
    »
    4 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    But leaving for later isn’t optimal. Don't you think?

    The problem we leave in 'To do' list remains unsolved forever maximum of time. Perhaps we don't get the motivation later to comeback for this specific problem.

    • »
      »
      »
      4 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Chances are the problem you're tackling is a very hard implementation of a relatively simple CP concept, or the CP concept itself is way too hard for your rating because it builds on lower rated CP concepts. So doing similar concepts will help. Combinatorics and DP is my main weakness but doing previous DP problems can help with my understanding of my current ones. Explore the specific concept you're having trouble w/

»
4 years ago, # |
  Vote: I like it +14 Vote: I do not like it

Is the 4th one real? am i dead or what? you can ask me for help anytime.

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

    Wow. Thanks. Glad to know that. I will surely message you for help when I get stuck.

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

If a problem is simply not solvable then solve another one.

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

I go through this situation too. I think its normal in cp.

Please feel free to knock me whenever you get stuck in a problem. I will try my best to fill your 4th gap here.;)