File tree Expand file tree Collapse file tree 1 file changed +47
-2
lines changed
Expand file tree Collapse file tree 1 file changed +47
-2
lines changed Original file line number Diff line number Diff line change 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-->
You can’t perform that action at this time.
0 commit comments