Profile photo for Sumit Kumar Sahu

There are plenty of answers out there on how to start competitive programming but what I found missing there were proper links to resources.

Here I will try to include all the steps and resources, I followed on my beginning days of programming.

Quick links : If you are a real programmer and get bored too easily reading long articles

https://cses.fi/book/book.pdf : Best Resource out there to learn CP !!! . It is highly organised and contains almost every STL, Data Structure and Algorithms one uses in CP.

Codechef DSA Learning series : CodeChef DSA Learning Series | CodeChef : Contains a variety of Standard questions on DS Algo. This is still under build and new topics get added every week.

Code Monk - Be a better programmer: Contains problems sorted on basis of the Algo used and toughness. Has a very friendly Hackerearth Environment.

Step by Step guide :

Step 1 : Learn a language : I opted C++ as a extra subject in class 12 and I believe you asked this question on college point of view (As this is the time many students start doing CP). My process of learning language was pretty easy and slow (2 years of school teaching) and so won’t be able to comment much on it.

I can suggest some approaches my friends used though.

  • Select a language : Most of my friends and I use C++ as it has lots of resources to learn. Some use java. You can go with anyone you like.
  • You don’t need to learn entire language.Input/Output, Operators, Conditional statements, Loops, functions, Arrays, Strings would be more than enough to start. Rest (very few things) you will gradually while doing CP.

Resources to learn C++ : Solve C++ Code Challenges Learn only the above mentioned topics. You can skip OOPs part like classes, inheritance etc.

If you prefer video lectures(for Java) : Java + DS + Algorithms - YouTube

Step 2 : Start by solving basic Math and observation coding problems : I highly recommend it before jumping into learning Data Structures and algorithms. You will get a direction on how to think and implement it on code. These problems usually don’t require use of any Data Structures and algorithms, and thus are best for beginners.

Resources : Problemset - Codeforces Here you can sort the questions on basis of rating tag. Start from easy problems and when you get confident at that level, try higher[Rating tag] problems.

You can solve first 2–3 problems of codechef Div-2 Long contest. Name | CodeChef

If you get struck NEVER LEAVE THE QUESTION UNSOLVED. Read the editorials get some hints, see others solutions.

Step 3 : Learning STLs : You can learn them from the above mention CP Handbook. But just knowing them won’t help if you have not implemented them in code. Here you need to do some work as I didn’t find a link covering all STLs at on place.

Google the STL on which you want to practice. Most probabaly you will open GeeksForGeeks search result. There you can solve some problems on a STL to get confident on them.

Some resources : Solve C++ Code Challenges , HackerEarth | Log In

Codeforces implementation Tag questions are also mostly solved by STLs but not all of them will require the need of STL. Some will require just Basic loops and conditional statements. Problemset - Codeforces

Step 4 : Data Structures and Algorithms : OK !! I discussed 1% of the process. Rest comes now.

You can learn them from CP Handbook or the resources given in Codechef DSA Learning Announcement sections. But to really get the feel of them you need to

for(int i=1;i<100;)PRACTICE

and PRACTICE!!!

Resources : Code Monk - Be a better programmer : Contains problems sorted on basis of the Algo used and toughness.

While understanding some DS and Algorithms you may get really struck. You should opt for video lectures then. GeeksForGeeks and many other youtube channels have a plenty of them. Just google the Algo you want to learn.

No, I didn’t forget step value in the above loop. You will get better and confident on Data Structures and Algorithm every time you use them.

DStep 5 : Start participating in contests : Here you will use your real problem solving skills. While learning DS Algo, you somewhat know that this Data Structure or Algo will be used here. So it gets a bit easy. But in contests you have to gather all the key points in question and approach the solution.

Real fun of coding comes in contests. BELIEVE Me.

That Adrenaline rush while solving the question, that increased Heart-beat when your solution is queued for submission and that big smile when You see Green Ticks all in the screen. You will surely love it.

The last part mentioning the green ticks occurs rarely Though :(

Contests : You will find links to them on their homepage.

Codeforces : Div3(for beginners) and Div2. They have started div4 also but only one contest has been conducted till now. Div2 and Div1 runs in parallel.

Atcoder Beginner contest : Good for beginners

CodeChef Long : You can’t miss it !!!

Codechef Cookoff : Get ready to cook some excitement.

Codechef Lunchtime : In India it is conducted at the time of Dinner though.

Errichto on how to start CP :

William Lin :

Do follow their youtube channel. They stream many contests and publish video tutorials for them. You will learn a lot from them.

At end, if you are starting to get nervous seeing so much to learn, COOL DOWN. Learning CP is really a fun process and you will surely enjoy it.

Please suggest any improvements or some other useful resources you feel worth adding.

If you find this helpful, do share among your friends.

View 100+ other answers to this question
About · Careers · Privacy · Terms · Contact · Languages · Your Ad Choices · Press ·
© Quora, Inc. 2025