File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ <h1 align =" center " >🚀 My LeetCode Journey</h1 >
2+
3+ <p align =" center " >
4+ <img src =" https://img.shields.io/badge/Language-C++-blue?style=flat-square " />
5+ <img src =" https://img.shields.io/badge/LeetCode-Active🔥-orange?style=flat-square " />
6+ <img src =" https://img.shields.io/badge/Progress-Consistency🧠-green?style=flat-square " />
7+ </p >
8+
9+ <p >
10+ <img src =" ./__Assets/leetcode_profile.png " />
11+ </p >
12+
13+ ---
14+
15+ ## 📌 About This Repository
16+
17+ Welcome to my ** LeetCode Solutions** repository!
18+ This is where I regularly upload solutions to coding problems from [ LeetCode] ( https://leetcode.com/ ) .
19+ You'll find my clean, optimized solutions mostly written in ** C++** (some solutions may be submitted in python), with ** well-commented code** .
20+
21+ ---
22+
23+ ## 🧑💻 My LeetCode Live Stats
24+
25+ ![ LeetCode Stats] ( https://leetcard.jacoblin.cool/ashokbhatt2048?ext=contest&theme=dark )
26+
27+ ## 🏆 My LeetCode Badges
28+ ![ LeetCode Stats] ( https://leetcode-badge-showcase.vercel.app/api?username=ashokbhatt2048&theme=dark&border=border&animated=true )
29+
30+ > 📅 I believe in solving at least 1 problem every day — consistency over intensity!
31+
32+ ---
33+
34+ ## 📂 Folder Structure
35+
36+ ``` bash
37+ 📦LeetCode-Solutions/
38+ ├── TwoSum/
39+ │ ├── submission1.cpp
40+ │ ├── submission2.cpp
41+ │ └── ...
42+ ├── AddTwoNumbers/
43+ │ ├── submission1.cpp
44+ │ ├── submission2.py
45+ │ └── ...
46+ ├── README.md
47+ └── ...
You can’t perform that action at this time.
0 commit comments