Aliyev.Osman's blog

By Aliyev.Osman, history, 8 months ago, In English

Hello.I am c++ programmer and i am preparing for the olimpiads.Can you give me some resources that will help me?Thank you!

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

»
8 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

cf problemset

»
8 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

The best resource to get prepared for a certain olympiad is to do past problems from this olympiad. For example if you are preparing for IOI you should do some problems from IOI. Olympiads tend to be a bit different from cf problemsets, so I wouldn't recommend just doing cf, but it is still a very valuable resource.

Aside from that many olympiads share, what are the topics you should know before taking part in it (for example IOI has such document). I would recommend going through that file and trying to see how good are you with different topics.

Lastly I personally really like youkn0wwho academy, but there are a lot of different ways to learn different concepts. I would recommend going through such sites and seeing at least that different concepts exist. You might not even realize that there are some concepts you don't know, because you never heard of them (speaking from experience lol).

»
8 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Try to develop problem-solving skills from Codeforces. Learn DSA from "CP Handbook" and practise them cses.fi. You can also try to do the USACO module, which is good for OI-type preparation. For practising strictly OI style problems... oj.uz is a very good place.