This repository contains my personal solutions to algorithmic problems from LeetCode. The goal of this project is to improve my problem-solving skills, understand data structures and algorithms deeply, and maintain a consistent coding habit.
Key Focus Areas:
- Time & Space Complexity: Analysis included in solution comments.
- Clean Code: Variable naming and modularity suitable for production environments.
- Multiple Approaches: Evolution from Brute Force to Optimized solutions.
| Category | Solved |
|---|---|
| Easy | 00 |
| Medium | 00 |
| Hard | 00 |
| Total | 00 |
The solutions are organized by difficulty level for easy navigation:
/
├── /Easy # Fundamental problems (Arrays, Strings, Simple Logic)
├── /Medium # Core Data Structures (Trees, Graphs, DP)
├── /Hard # Advanced Algorithms & Optimization
└── README.md