From 7e1ab82009bb37e7009981a8fac054730d2442e9 Mon Sep 17 00:00:00 2001 From: Nishant Kaushal <101548649+nishant0708@users.noreply.github.com> Date: Sat, 22 Jun 2024 02:39:00 +0530 Subject: [PATCH] issue fixed Co-authored-by: Joseph Martin <129386460+jfmartinz@users.noreply.github.com> --- .../Competitive Programming/readme.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Data Structures and Algorithm (DSA)/Competitive Programming/readme.md b/Data Structures and Algorithm (DSA)/Competitive Programming/readme.md index 9b01e06a..42a685e6 100644 --- a/Data Structures and Algorithm (DSA)/Competitive Programming/readme.md +++ b/Data Structures and Algorithm (DSA)/Competitive Programming/readme.md @@ -45,15 +45,6 @@ Theoretical knowledge of algorithms is important to competitive programmers. Typ -### How to Start and Keep Yourself Motivated - -1. **Start Small**: Begin with basic problems on platforms like CodeChef, LeetCode, or HackerRank to build confidence. -2. **Set Goals**: Define clear, achievable goals. For example, solve a certain number of problems daily or weekly. -3. **Join a Community**: Engage with online communities or local coding clubs to stay motivated and get support. -4. **Participate in Contests**: Regularly participate in coding contests to test your skills and track your progress. -5. **Review and Learn**: After each contest, review the solutions and learn from mistakes. Understanding where you went wrong is crucial. -6. **Balanced Learning**: Mix problem-solving with learning new algorithms and data structures. -7. **Stay Inspired**: Follow competitive programming champions and watch their problem-solving techniques. ### Key Topics in Competitive Programming (CP)