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

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

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)?

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

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

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).

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

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

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

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

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

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

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

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.

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

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