CP - Begin Week1
CP - Begin Week1
Beginners' Course
Coding Club, IIT Guwahati
WEEK - 1
What is CP and why should you do it?
● You are given a set of problems and you have to solve these
problems in a fixed time.
● After solving, depending on your rank/percentile you will be
awarded some virtual points.
Why CP?
PREREQUISITES
For this course there are no prerequisites as such. But to start CP you
will need a decent level of knowledge of at least one programming
language.
● General Order of Preference :-
1. VS Code
a. Windows
b. Mac
2. Sublime Text
!! Don’t mess up while setting it up otherwise you will easily waste days
fixing it.
Websites :-
➔ Codeforces :- Most popular and widely used platform.
● Contests are mainly of 6 types:- Div 3, Div 2, Div 1, Div
1+2, Educational Rounds , Global Rounds.
● We recommend participating in all rounds without
worrying about rating changes(ratings are
temporary but experience is unique).
● Do try to solve all the problems whose ratings are
<= your rating + 300. If you are not able to solve the
problems, refer to their editorial if you still don’t
understand the solution, discuss it with your friends or
ask your doubts in the
competitive-programming-discussion channel on our
Discord.
Here are some resources which will help you understand time
complexity : -