Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 992 Bytes

File metadata and controls

27 lines (20 loc) · 992 Bytes

DSA-using-Python

🚀 Data Structures & Algorithms (DSA) in Python

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.


🛠️ Repository Features

  • 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.

📂 Repository Structure

The directory is structured to make navigation easy:

├── 🟢 Easy/
│   ├── 412-Fizz-Buzz/
│   │   ├── Solution.py
│   │   └── README.md
├── 🟡 Medium/
├── 🔴 Hard/
└── README.md