Skip to content

This Repo Contains my Code for Data Structures and Algorithms Course in Python for Spring 2022 Semester :)

License

Notifications You must be signed in to change notification settings

hamzashabbir11/dataStructures

Repository files navigation

Data Structures and Algorithms

This Repo Contains my Code for Data Structures and Algorithms Course in Python for Spring 2022 Semester ❤️🦄 🍞

Premature optimzation is the devil of all evils

print("Hello World")
-print("Hello World")
+print("Hello World from Hamza")

Linear Data Structures

  • list
  • link list
  • Doubly Link List

Non-Linear Data Structures

  • Tree
#Creating a list in python 
l=[1,2,3,4]
print(l[0])

This text is Italic and bold

🚀 💌 🏖️ 🔴

About

This Repo Contains my Code for Data Structures and Algorithms Course in Python for Spring 2022 Semester :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published