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

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

Most of the editorials are well-written in a very formal way. I guess I'm not good at reading formal stuff. Luckily, I have my own solution for this, reading contest announcement comments or looking at jiangly submissions. Not gonna lie, his codes are super neat and thankfully he participates in most of the contests both officially and unofficially.

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

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

Am I the only one having trouble reading editorial?

No

Most of the editorials are well-written

No

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

I also face this exact problem, I am able to solve questions of decent difficulty during practice, but I can never understand the editorial even if I easily solved the question myself.

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

    Same here, but it's not totally useless for me. Even if I can't understand the editorial fully, sometimes I see the key observation and it's enough.

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

I don’t understand the editorials even for problems I’ve already solved. I just figure out the problems myself and look potentially for algorithms or strategies the editorial mentions.

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

Most editorials are not good, but it is expectable because being able to explains an idea well is a real skill.

When I don't understand the editorial, I will check the comment to see if any other people have clearer explanation, or read others solution as well. I also learn a lot from jiangly solution

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

Author's editorials (including mine tbh) are often not very good because when someone is talking about his own problem, after spending so much time inventing and preparing it, a lot of details seem trivial to him.

reading contest announcement comments

Btw if a comment helped you, you should thank the author. Writing a clear explanation takes a lot of time and effort. Receiving kind messages helps a lot to stay motivated.

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

No. The editorials are written by masters and are meant to be comprehended only by masters. That's why in real job interviews, they focus not only on the solution but also the ability to explain.