Check out my LeetCode profile for more details and statistics.
The repository is organized into folders based on the difficulty level of the problems:
- 1. Easy
- 2. Medium
- 3. Hard
- Contests (for solutions to LeetCode contest problems)
LeetCode/
├── 1. Easy/
│ ├── Month 1/
| ├── Week 1/
problem1.py
problem1.md
problem1.png
problem2.py
....
├── Week 2/
└── ...
│ ├── Month 2/
│ └── ...
├── 2. Medium/
│ ├── Month 1/
│ ├── Month 2/
│ └── ...
├── 3. Hard/
│ ├── Month 1/
│ ├── Month 2/
│ └── ...
└── Contests/
├── Contest1
├── problem1.py
├── problem2.py
└── ...
├── Contest2
└── ...
Feel free to browse the solutions and learn from them. Each file is named according to the problem number and title for easy reference.
-
Categorize problems by month and week-
Easy -
Medium -
Hard
-
-
Finish and push attachements
For any questions you can message me on my LinkedIn










