A collection of LeetCode questions to ace the coding interview! - Created using LeetHub v2
Welcome to my curated collection of LeetCode Data Structures & Algorithms problems.
This repository documents my daily practice, structured topic-wise, and updated consistently as I submit new solutions on LeetCode using the LeetHub extension.
πΉ Track and reflect on my problem-solving growth
πΉ Maintain a consistent DSA preparation routine
πΉ Build a clean, structured archive of optimized solutions
πΉ Provide reference-ready code for others
- β Solutions to LeetCode problems in Java / C++ / Python
- β Categorized folders for major DSA topics (Arrays, Strings, Trees, Dynamic Programming, etc.)
- β Clean and readable code with explanatory comments
- β Regularly updated after each LeetCode submission
- β Focus on efficiency, clarity, and correctness
Leetcode-DSA-Problems
βββ Arrays
βββ Strings
βββ Trees
βββ DynamicProgramming
βββ 0001-two-sum.java
βββ 0002-add-two-numbers.java
βββ 0003-longest-substring-without-repeating-characters.java
βββ ...
βββ README.md
Each file is named with the LeetCode problem ID and title, and includes a link to the original problem.
This repository is updated automatically whenever I submit a solution on LeetCode.
- GitHub: https://github.com/Sakshi9335
- LinkedIn: linkedin.com/in/sakshi-shukla-109104311
0001-two-sum |
0169-majority-element |
0202-happy-number |
0268-missing-number |
0560-subarray-sum-equals-k |
1016-subarray-sums-divisible-by-k |
1925-count-nice-pairs-in-an-array |
2448-count-number-of-bad-pairs |
0121-best-time-to-buy-and-sell-stock |
0122-best-time-to-buy-and-sell-stock-ii |
1013-fibonacci-number |
0011-container-with-most-water |
0122-best-time-to-buy-and-sell-stock-ii |
0231-power-of-two |
0268-missing-number |
0287-find-the-duplicate-number |
0342-power-of-four |
0231-power-of-two |
0326-power-of-three |
0342-power-of-four |
1013-fibonacci-number |
1013-fibonacci-number |
2481-strictly-palindromic-number |
0088-merge-sorted-array |
0169-majority-element |
0268-missing-number |
1019-squares-of-a-sorted-array |
0169-majority-element |
0240-search-a-2d-matrix-ii |
0169-majority-element |
1925-count-nice-pairs-in-an-array |
2448-count-number-of-bad-pairs |
0278-first-bad-version |
0074-search-a-2d-matrix |
0240-search-a-2d-matrix-ii |
0560-subarray-sum-equals-k |
0724-find-pivot-index |
1016-subarray-sums-divisible-by-k |
1603-running-sum-of-1d-array |
1833-find-the-highest-altitude |
2102-find-the-middle-index-in-array |