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.
№ | Пользователь | Рейтинг |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
Страны | Города | Организации | Всё → |
№ | Пользователь | Вклад |
---|---|---|
1 | cry | 167 |
2 | Um_nik | 163 |
3 | maomao90 | 162 |
3 | atcoder_official | 162 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | Dominater069 | 153 |
9 | nor | 153 |
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.
Название |
---|
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).
12753383
Most readable code ever.
Oh boy, I didn't see that one. My bad!
tourist's submissions are usually very clear.
me, my code is very readable, that's something I'm proud of
rng_58
SnapDragon
Haghani
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...
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 :)
And I_love_Tanya_Romanova's codes have nice poems/songs.
KrK
me too :)
Ra16bit
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.
I usually try to write nice code. Check :)