Skip to content

My personal Python DSA collection — arrays, stacks, queues, linked lists, trees, graphs, sorting, searching, recursion, and more. Clean, readable code with comments, showing my learning journey and problem-solving practice.

Notifications You must be signed in to change notification settings

NeuroDeepDev/DSA-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA-in-Python

My personal Python DSA collection — arrays, stacks, queues, linked lists, trees, graphs, sorting, searching, recursion, and more. Clean, readable code with comments, showing my learning journey and problem-solving practice.

My Python DSA Journey

Hey there 👋 — this repo is basically my notebook for learning Data Structures and Algorithms in Python.
I’m solving problems, making mistakes, fixing them, and slowly getting better every day.

📂 What you'll find here

  • Arrays
  • Stacks & Queues
  • Linked Lists
  • Graphs
  • Sorting & Searching
  • Recursion

💡 Why I made this

I wanted one place to keep all my DSA practice so I can look back and see my progress.
Also, if future me forgets how BFS works… well, it’s all here.

About

My personal Python DSA collection — arrays, stacks, queues, linked lists, trees, graphs, sorting, searching, recursion, and more. Clean, readable code with comments, showing my learning journey and problem-solving practice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages