Skip to content

Ms-Mirza/Data-Structures-and-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Data Structures and Algorithms (DSA) πŸ“˜

This repository contains my Python implementations of Data Structures and Algorithms (DSA), along with notes and problem solutions from Codeforces and LeetCode.


πŸ“š Contents

  • DSA Implementations

    • Arrays
    • Strings
    • Linked Lists
    • Stacks & Queues
    • Trees & Graphs
    • Dynamic Programming
    • Sorting & Searching
    • Other classic algorithms
  • Problem Solutions

  • Notes

    • Important concepts explained in simple terms
    • Useful tricks for competitive programming

    πŸ‘‰ short video and notes are available in resource folder.


πŸ“‚ Repository Structure


Data-Structures-and-Algorithms/
β”‚
β”œβ”€β”€ DSA-Implementations/
β”‚   β”œβ”€β”€ arrays.py
β”‚   β”œβ”€β”€ linked_list.py
β”‚   └── ...
β”‚
β”œβ”€β”€ Problem-Solutions/
β”‚   β”œβ”€β”€ Codeforces/
β”‚   β”‚   └── problem1.py
β”‚   └── LeetCode/
β”‚       └── problem1.py
β”‚
β”œβ”€β”€ Notes/
β”‚   └── dsa_notes.md
β”‚
└── README.md


πŸ› οΈ Language

  • Python 3

πŸš€ How to Use

  1. Clone the repository:
git clone https://github.com/your-username/Data-Structures-and-Algorithms.git
  1. Navigate into the repo:
cd Data-Structures-and-Algorithms
  1. Run any Python file:
python arrays.py

🎯 Goals

  • Implement all major DSA topics in Python
  • Maintain clear notes for revision

πŸ“Œ Notes

  • This repository is for learning and practice purposes.
  • Contributions, suggestions, and optimizations are always welcome! πŸ™Œ

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages