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