Skip to content

Commit 3b06b56

Browse files
committed
Filled README.md with my Leetcode Data
1 parent bfd139e commit 3b06b56

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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+
└── ...

__Assets/leetcode_profile.png

183 KB
Loading

0 commit comments

Comments
 (0)