#include < bits/stdc++.h>
using namespace std ;
struct HarshGupta {
const string name = " Harsh Gupta" ;
const string handle = " @harshgupta9129" ;
const string weapon = " C++17 · STL · CP Kit" ;
const string motto = " Code. Compete. Conquer." ;
map<string, string> arenas = {
{ " LeetCode" , " DSA mastery & interview prep" },
{ " Codeforces" , " rated contests & div. rounds" },
{ " CodeChef" , " starters · cook-off · longs" }
};
vector<string> core = {
" Dynamic Programming" , " Graph Algorithms" ,
" Binary Search" , " Greedy Strategies" ,
" Segment Trees / BIT" , " Number Theory"
};
auto compete () {
while (true ) {
solve (); // every · single · day
document (); // push to github
improve (); // read editorial → internalize
}
return AC; // always ✓
}
};
"The expert at anything was once
a beginner who refused to quit."
All cards below are live · auto-refreshed from platform APIs · not cached
🏆 Competitive Programming Dashboard
· Foundations ·
Arrays & Hashing ████████████░ Expert
Sliding Window ███████████░░ Strong
Binary Search ███████████░░ Strong
Two Pointers ████████████░ Expert
Stacks & Queues ████████████░ Expert
Linked Lists ████████████░ Expert
· Advanced ·
Dynamic Programming ██████████░░░ Advanced
Graph Theory ██████████░░░ Advanced
Greedy Algorithms ██████████░░░ Advanced
Segment Trees / BIT ████████░░░░░ Growing
Bit Manipulation █████████░░░░ Solid
Backtracking ██████████░░░ Advanced
📁 Repository Architecture
Competitive-Programming/
│
├── ⚡ LeetCode/ ← daily DSA · FAANG interview prep
│ └── Problems/ (two-pointer · sliding window)
│
├── 🔥 CodeForces/ ← rated contest solutions
│ ├── CP 31 Sheet (Rating Wise)
│ └── Problems (Problems Solved)
│
├── 🍴 CodeChef/ ← long & short challenge solutions
│ └── Problems/ (weekly rated rounds and Problems)
│
├── .gitignore
├── LICENSE MIT — open to all
└── README.md you are here ✦
🌐 Multi-Platform Presence
Platform
Handle
Focus
Status
⚡
LeetCode
harshgupta9129
DSA · Interview Prep
🟢 Active
🔥
Codeforces
harshgupta9129
Rated Contests · Div.
🟢 Active
🍴
CodeChef
harshgupta9129
Long · Short · Starters
🟢 Active
💼
LinkedIn
harshgupta9129
Professional Network
🟢 Active
🐙
GitHub
harshgupta9129
Code Portfolio
🟢 Active
⭐ If this repo helped or inspired you, a star means everything.
crafted with ☕ and relentless consistency by Harsh Gupta