Answer by Sachin Gupta: This post has been taken from the blog post Learn to Code by Competitive Programming written by MV Kaushik when he was interning at HackerEarth Here are some steps to get started and be good at it. Get comfortable writing code in either of one of these languages C, C++ or…
Tag: Programming
What was Anudeep Nekkanti’s Competitive Programming strategy to become 35th in Global ranking, in just 6-7 months?
Answer by Anudeep Nekkanti: What I did ? Solved about 300 problems on SPOJ in this order – Sphere Online Judge (SPOJ) Result ? Became very good with C++ and STL Got introduced to most Competitive programming KEYWORDS (like DP, maxflow, sets, hashing, etc) Learned Standard Problems and Algorithms Indenting code Fast typing đŸ˜› How…