Skip to content

Commit e8ef7cd

Browse files
authored
Revise README for Java solutions and progress tracking
Updated README to reflect Java solutions and added progress and topics sections.
1 parent d8fecd0 commit e8ef7cd

File tree

1 file changed

+47
-2
lines changed

1 file changed

+47
-2
lines changed

README.md

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,49 @@
1-
A collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v2](https://github.com/arunbhardwaj/LeetHub-2.0)
1+
# 🚀 LeetCode Java Solutions
2+
3+
This repository contains my solutions to LeetCode problems implemented in Java.
4+
5+
I consistently practice Data Structures and Algorithms to improve problem-solving skills and prepare for technical interviews.
6+
7+
---
8+
9+
## 📌 Highlights
10+
- 💻 Language: Java
11+
- 📈 Daily DSA Practice
12+
- 🧠 Focus on clean and optimized solutions
13+
- 📂 Organized by topics
14+
15+
---
16+
17+
## 📊 Progress
18+
- ⭐ Problems Solved: 75+
19+
- 🔥 Current Focus: DSA in Java
20+
21+
---
22+
23+
## 📁 Topics Covered
24+
- Arrays
25+
- Strings
26+
- Linked List
27+
- Stack & Queue
28+
- Trees
29+
- Graphs
30+
- Dynamic Programming
31+
- Binary Search
32+
- Recursion
33+
34+
---
35+
36+
## 🎯 Goal
37+
To build strong problem-solving skills and crack top tech internships.
38+
39+
---
40+
41+
## 🔗 LeetCode Profile
42+
https://leetcode.com/u/mukul_parashar/
43+
44+
---
45+
46+
⭐ If you find this helpful, feel free to star the repo!
247
<!---LeetCode Topics Start-->
348
# LeetCode Topics
449
## Array
@@ -11,4 +56,4 @@ A collection of LeetCode questions to ace the coding interview! - Created using
1156
| ------- |
1257
| [0033-search-in-rotated-sorted-array](https://github.com/MukulParasar/leetcode-java-solutions/tree/master/0033-search-in-rotated-sorted-array) |
1358
| [0081-search-in-rotated-sorted-array-ii](https://github.com/MukulParasar/leetcode-java-solutions/tree/master/0081-search-in-rotated-sorted-array-ii) |
14-
<!---LeetCode Topics End-->
59+
<!---LeetCode Topics End-->

0 commit comments

Comments
 (0)