Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 848 Bytes

File metadata and controls

17 lines (12 loc) · 848 Bytes

Frequently Asked Questions (FAQ)

What is competitive programming?

Competitive programming involves solving well-defined problems within constraints, focusing on logic, algorithms, and efficiency.

Where should I practice problems?

Start with platforms like Codeforces, HackerRank,kattis and LeetCode.

What language should I use?

Popular choices include C++, Python, and Java. Choose one you're comfortable with and learn its libraries for efficiency.

How do I prepare for contests?

  1. Practice problems regularly.
  2. Participate in virtual contests (weekly contests in codeforces and leetcode).
  3. Review solutions after contests to learn from mistakes.

For more resources, check the Resources.md file.