This repository is my personal archive of competitive programming solutions. It contains solved problems from multiple online judges, organized by platform and contest/problem name.
- Focus: algorithmic problem solving, speed, and consistency
- Main languages: C++
- Active platforms: Codeforces, CodeChef, AtCoder, CSES, LeetCode, LightOJ, VJudge, ICPC practice
- Codeforces rating highlight: Specialist (max 1416)
- Handle on judges:
rajesh_1920
- Build strong fundamentals in data structures and algorithms
- Improve implementation accuracy under time pressure
- Track learning progress over time
- Open the folder for a platform.
- Search for the problem name/code.
- Compile and run the C++ solution locally.
Example compile command:
g++ -std=c++17 -O2 -Wall -Wextra -o solve problem.cpp
./solve- Solutions are primarily written for accepted submissions on the respective judges.
- Some files may represent practice attempts or contest-time implementations.
Thanks for visiting this repository.