Skip to content

harshgupta9129/Competitive-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harsh Gupta Header

Typing SVG

views    last commit    weapon    license


#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."


LC rating  CF rating  CC rating



⚔️  The Competitive Arena

All cards below are live · auto-refreshed from platform APIs · not cached

🏆 Competitive Programming Dashboard

🔵 Codeforces

🟠 LeetCode

🟤 CodeChef

       



🧠  Algorithm Mastery

· 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.

Star



crafted withand relentless consistency by Harsh Gupta


About

A curated collection of competitive programming solutions from platforms like LeetCode, CodeChef, and Codeforces, focused on algorithms, data structures, and problem-solving efficiency.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages