how to develop cometitive programming skills
Answers
he best strategy to improve your competitive programming skill is to practice a lot, but you must solve gradually harder problems, not just the easy ones. Get out of your comfort zone and challenge yourself.
Sort by number of people who solved it.
Start with page 1.
Solve some problems.
What is the best strategy to improve my skills in competitive programming in C++ in 2-3 months?
Many people tell you that solving lots of problems and you will become red on Topcoder/Codeforces one day. It is true, and is the only universally approved way in competitive programming community, but it is actually just half of the story. Let me first explain to you the `science` of problem solving (which is not very scientific, since it was only developed by myself).
For each problem, in order to solve it, you must jump over a gap. It can be either a difficult implementation, or some hard-to-see observation, difficult algorithm, etc
hope you had found helpful with the answer. if found helpful please mark it as brainliest.