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.
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.
| # | User | Rating |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3603 |
| 4 | jiangly | 3583 |
| 5 | turmax | 3559 |
| 6 | tourist | 3541 |
| 7 | strapple | 3515 |
| 8 | ksun48 | 3461 |
| 9 | dXqwq | 3436 |
| 10 | Otomachi_Una | 3413 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 157 |
| 2 | adamant | 153 |
| 3 | Um_nik | 147 |
| 4 | Proof_by_QED | 146 |
| 5 | Dominater069 | 145 |
| 6 | errorgorn | 141 |
| 7 | cry | 139 |
| 8 | YuukiS | 135 |
| 9 | TheScrasse | 134 |
| 10 | chromate00 | 133 |
| Name |
|---|



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