Welcome to my personal Data Structures and Algorithms repository! This space serves as a dedicated log of my problem-solving journey, algorithmic growth, and continuous practice across platforms like LeetCode.
Every solution here is implemented cleanly in Python, focusing on optimal time and space complexity.
- Automated Syncing: Solutions are automatically pushed here upon passing all test cases.
- Problem Breakdown: Each solution includes the code, complexity analysis, and problem descriptions.
- Categorized Structure: Organized systematically by problem difficulty and topic tags.
The directory is structured to make navigation easy:
├── 🟢 Easy/
│ ├── 412-Fizz-Buzz/
│ │ ├── Solution.py
│ │ └── README.md
├── 🟡 Medium/
├── 🔴 Hard/
└── README.md