https://github.com/shubham-kv/competitive-programming
Leetcode solutions, Daily CP, Competitive Programming.
https://github.com/shubham-kv/competitive-programming
competitive-programming daily-leetcode leetcode leetcode-solutions
Last synced: 2 months ago
JSON representation
Leetcode solutions, Daily CP, Competitive Programming.
- Host: GitHub
- URL: https://github.com/shubham-kv/competitive-programming
- Owner: shubham-kv
- Created: 2025-08-07T15:40:01.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-08-07T17:55:34.000Z (3 months ago)
- Last Synced: 2025-08-07T18:16:00.605Z (3 months ago)
- Topics: competitive-programming, daily-leetcode, leetcode, leetcode-solutions
- Language: C
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Competitive Programming
A personal repository to track my progress in competitive programming.
## Goals
1. Strengthen DSA
1. Track and reflect on problem-solving patterns
1. Prepare for technical interviews## Folder Structure
```txt
competitive-programming/
├── leetcode-daily/ # Daily CP
├── leetcode/ # Category-wise solutions
│ ├── array/
│ ├── graphs/
│ ├── ...
│ └── index.md
├── README.md
```Checkout [Leetcode Index](./leetcode/index.md) for the list of leetcode solutions.
## Languages Used
1. C, Javascript (primary)
1. Rust, Typescript (secondary)## Stats

## Contributions / Feedback
This repository is personal, but I'm always open to discussion, suggestions!
Feel free to reach out via issues.
Cheers!