Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

umar.aligarh's blog

By umar.aligarh, history, 3 hours ago, In English

So I have some categories, I want you to vote the best cf user for(you can vote more than one user in a category, and vice versa):

1)Unique/Creative solutions

2)Coding with best practices(no repetition, grouping similar code etc..)

3)Most readable code(naming conventions..etc)

4)Use of unique data structures

5)Best cheating practices(unique ways to hide cheating, code obfuscation, etc)

+you can add your own category!

  • Vote: I like it
  • +4
  • Vote: I do not like it

»
2 hours ago, # |
  Vote: I like it +4 Vote: I do not like it
»
2 hours ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

faceless_man_16 Category: Coding with worst practices

»
26 minutes ago, # |
  Vote: I like it +1 Vote: I do not like it

Some of my favorites include SSRS_ mango_lassi Dominater069 atodo.

Basically those who avoid templates and have a readable code without zooming 200% are good options, besides the well known users everyone will tag.

In a less humble fashion, I think I write code like that too, as I used to not use long templates, then use templates thinking they are the key to the ultimate speed, only to end up being faster when I ditch them again while also showing clean code to my students and whenever I explain topics or problems.