An open API service indexing awesome lists of open source software.

https://github.com/humanshu001/dsa-python


https://github.com/humanshu001/dsa-python

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# DSA Python

Welcome to the **DSA Python** repository! 📚🐍

This repository is dedicated to documenting my journey as I learn Data Structures and Algorithms using Python. Here, you'll find a collection of notes and explanations written in Markdown, covering various DSA concepts in a structured manner.









## 📂 Repository Structure

**Markdown Files:** Each file in this repository corresponds to a specific DSA concept, topic, or problem. These notes are intended to be clear and concise, helping me and others review and understand DSA principles using Python.

## 🧠 Topics Covered

Some of the topics that will be covered in this repository include:

- 📋 Arrays and Lists
- 📚 Stacks and Queues
- 🔗 Linked Lists
- 🌲 Trees and Graphs
- 🧮 Sorting and Searching Algorithms
- 🔄 Dynamic Programming
- 🌀 Recursion and Backtracking
- 🗃️ Hashing
- 💡 Greedy Algorithms
- And more...

## 🛠️ How to Use

Feel free to browse through the markdown files to study individual topics. These notes are a work in progress, and I will be continuously updating and adding new content as I learn.

## 🤝 Contributions

This repository is primarily for personal use, but if you have suggestions or improvements, feel free to open an issue or submit a pull request.