This repository contains my daily LeetCode solutions in Python and Java.
The goal of this repository is to:
- π Maintain consistency by solving LeetCode problems every day.
- π§ Improve problem-solving and algorithmic thinking.
- π» Strengthen Data Structures & Algorithms for interviews.
- π Keep an organized archive of all solved problems.
Each solution is automatically pushed using LeetHub after successful submission on LeetCode.
Leetcode_daily/
β
βββ 0001-two-sum/
βββ 0002-add-two-numbers/
βββ 0003-longest-substring-without-repeating-characters/
βββ ...
βββ README.md
βββ stats.json
Each problem folder contains:
- Solution code
- Problem title
- Runtime
- Memory usage
- LeetHub metadata
- Python
- Java
- C
- β Daily LeetCode Practice
- β Easy Problems
- β Medium Problems
- β Hard Problems
- β Interview Preparation
- Two Pointers
- Prefix Sum
- Sliding Window
- Matrix
- Hashing
- Pattern Matching
- Parsing
- Fast & Slow Pointer
- Reversal
- Cycle Detection
- Monotonic Stack
- Queue
- Deque
- Lower Bound
- Upper Bound
- Search Space
- Binary Tree
- BST
- DFS
- BFS
- DFS
- BFS
- Union Find
- Topological Sort
- Shortest Path
- 1D DP
- 2D DP
- Knapsack
- LIS
- Memoization
This repository serves as my:
- π DSA Revision Notes
- πΌ Interview Preparation Archive
- π Coding Progress Tracker
https://leetcode.com/u/Souvagya06/
https://www.linkedin.com/in/souvagya-karmakar-full-stack-dev/
If you find this repository useful,
β Star the repository to support my journey!
This repository is intended for learning and educational purposes.
| 0133-clone-graph |
| 2492-minimum-score-of-a-path-between-two-cities |
| 2685-count-the-number-of-complete-components |
| 3310-remove-methods-from-project |
| 0133-clone-graph |
| 2492-minimum-score-of-a-path-between-two-cities |
| 2685-count-the-number-of-complete-components |
| 3310-remove-methods-from-project |
| 2492-minimum-score-of-a-path-between-two-cities |
| 2685-count-the-number-of-complete-components |
| 0133-clone-graph |
| 2492-minimum-score-of-a-path-between-two-cities |
| 2685-count-the-number-of-complete-components |
| 3310-remove-methods-from-project |
| 0133-clone-graph |
| 1291-sequential-digits |