Welcome to DSA-Journey-Python! This repository contains my solutions and implementations of various Data Structures and Algorithms (DSA) problems in Python, organized by topics.
The solutions are categorized into different folders based on DSA topics:
- Binary Search Tree
- Binary Tree
- Linked List
- Queue
- Recursion
- Searching Algorithms
- Sorting Algorithms
- Stack
- Python Decorators
- ...and more to come!
- Clone the repository:
git clone https://github.com/ShivamGupta-16/DSA-Journey-Python.git
- Navigate to the project directory:
cd DSA-Journey-Python - Enter a specific topic folder and run a Python file:
cd Sorting python quicksort.py
I'm learning DSA from multiple sources, including:
- PWSkills
- LeetCode
- GeeksforGeeks
- YouTube tutorials & books
This repo will be regularly updated with new problems and solutions. Feel free to explore the code and practice DSA along with me! 🚀
📌 Star the repo if you find it helpful! 🌟