Skip to content

migueltrujillo07/data-structures-algorithms-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Data Structures & Algorithms in Python 🧠🐍

This repository contains my personal study and implementation of Data Structures and Algorithms using Python.

The goal of this project is to:

  • Strengthen problem-solving skills
  • Prepare for technical interviews
  • Build a clean and well-documented DSA portfolio

πŸ“š Topics Covered

  • Big-O Notation
  • Arrays & Strings
  • Hash Tables
  • Recursion
  • Stacks & Queues
  • Linked Lists
  • Sorting Algorithms
  • Searching Algorithms
  • Trees
  • Graphs
  • Dynamic Programming

πŸ› οΈ Tech Stack

  • Python 3.x
  • Standard Python libraries only

πŸ“ˆ Progress

Each folder contains:

  • Concept explanation (README)
  • Python implementations
  • Practice exercises
  • Interview-style problems

πŸš€ How to Use

git clone https://github.com/your-username/data-structures-algorithms-python.git
cd data-structures-algorithms-python
python 01_arrays/basic_operations.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages