Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

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

Автор can_you_can_a_can_as_a, история, 9 лет назад, По-английски

Can anyone name some red-coder(s) who write good explanatory codes and participates frequently in contests.

Idea is I want someone whose code I can read after contests because I barely understand editorials of problems > Div 1 B.

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

»
9 лет назад, # |
  Проголосовать: нравится -18 Проголосовать: не нравится

tourist's submissions are usually very clear. For the most recent contest, I looked at kcm1700's because I thought Gennady didn't participate (he just had a bad contest, as it turns out).

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

me, my code is very readable, that's something I'm proud of

»
9 лет назад, # |
  Проголосовать: нравится +48 Проголосовать: не нравится
»
9 лет назад, # |
  Проголосовать: нравится +2 Проголосовать: не нравится
»
9 лет назад, # |
  Проголосовать: нравится +28 Проголосовать: не нравится

Haghani

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

I think you shouldn't read just one code and try to understand that....

It's better to read several codes and compare their algorithms...By this way not only you have a better chance to find a clear code but also you may learn about the problem more and more...Cause some programmers code some algorithms in a different way that they made it themselves and you can learn them to code better and faster maybe...

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

Xellos :)

Now seriously, I think tourist and YuukaKazami write clear codes but they rarely participate in contests so when I want to look at the implementation of some problem, I usually refer to Enchom's (actually I learnt Aho-Corasick from his code :D) and I_love_Tanya_Romanova's codes, they are easily readable and usually help :)

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

Everybody has their own way of understanding the solution. tourist, Petr, rng_58 all write readable code with almost no micros. I usually code in Java that's why I find Petr code easily readable. He gives proper names to the variables and function, my level is not that good so I take time to understand the algorithm used. I learned using the TreeSet, dfs and bfs from him. Math you need to learn from your own. Apart from that I usually refer rng_58. Btw it matters most if you understand someones code and try to solve related problem like that one without using other codes.

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

I usually try to write nice code. Check :)