Robloxian's blog

By Robloxian, 4 years ago, In English

The first step to become good at competitive programming is to learn classes. They are complex and provide a great introduction into competitive programming because they are always used. Most of the people who don't know classes are newbies, so if you know them you are automatically a pupil. Once you are familiar with classes, you need to learn Quicksort. Quicksort is very useful because you have to sort all the time in competitive programming and using a sort function from the C++ Standard library is inefficient. This will easily make you a specialist. To be an expert, the only major topic you need to know is centroid decomposition. This is an advanced topic, but it appears very often. Learning this will allow you to reach expert in no time. Expert is one of the top ranks, so once you reach it, you can be sure you are among the best of the best. I hope you take my advice and become one of the greatest competitive programmers of all time.

  • Vote: I like it
  • -32
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it +4 Vote: I do not like it

Quick note: before you guys spam him with replies, it should be noted that this looks to be a pretty obvious troll.

»
4 years ago, # |
  Vote: I like it +12 Vote: I do not like it

This post really inspired me to study CP. Thank you so much!

»
4 years ago, # |
  Vote: I like it +9 Vote: I do not like it

Wow I have so much to learn if i wanna become expert!

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Inspirational post. Now I am gonna die peacefully. :)

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

""Quicksort is very useful because you have to sort all the time in competitive programming and using a sort function from the C++ Standard library is inefficient. This will easily make you a specialist.""
Then why are you still pupil ? You didn't know sort function ?? xD