-0.69's blog

By -0.69, history, 12 months ago, In English

Recently I started solving harder problems on At-Coder, USACO, Hacker-Earth etc. A lot of times I find myself spending excessive amount of time trying to understand these editorials. A lot of small points (even though they are critical in laying the base for understanding the problem) are usually completely disregarded. Due to this it becomes rather difficult to understand the latter part of the solution. How do you guys deal with this problem (if you face it)?

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

»
12 months ago, # |
  Vote: I like it +1 Vote: I do not like it

Usually, I try my best to understand the tutorial by reading it again and again. But if still it is vague, then I go and either comment about it or write a blog (which I delete after the solution is clear).

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

hello freind. You can refer this beginner frendly blog: https://codeforces.com/blog/entry/114501

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

    yooooooooooo same dp!!!

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

      I am suing you

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

        Maine to reddit se uthaya hai ji, dekhlo image bhi different hai

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

        I saw your profile it's gold lmao start shitposting again

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

          How dare you call them shitposts, they are some of the most important blogs I’ve read.

»
12 months ago, # |
  Vote: I like it +24 Vote: I do not like it

If you can't understand editorials then the problem is too hard for you.

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

    How may I improve my level to be able to understand them then?

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

      maybe learning patterns like dp, recursion, divide and conquer and ...

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

I agree, the thing is though, you need to read the editorial with as much attention as when you’re actually trying to solve the problem, you can’t just read it.

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

When i Dont understand the editorial, i most of the time look at the solution of red coders to understand their approach.