Competitive Programming classes resources
Classes held
Reading Resources
- Competitive Programmer’s Handbook: The Competitive programming handbook is an amazing way to start your CP journey.
- Main Page - Competitive Programming Algorithms: This site is an amazing reference to complex algorithms. The tutorials are very well written.
- CSES: An wonderful collection of CP problems meant for practicing the concepts learnt from the the CP handbook.
- Various online judges like Codechef, CodeForces, etc. will help you develop your CP skills.
- For Competitive Programming using Java, you can find some algorithms implementation here and here.