Skip to content

This Repository goes through all major Data Structures in Python, as well as an application of each of the Data Structure.

Notifications You must be signed in to change notification settings

labdhij/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Data Structures

What are Data Structures?

What are Data Structures? Well, in easy terms, Data Structures are different forms can save our data in.

When I first came across Data Structures, I had to watch 3 different videos to get a hold of what it actually means. So to make your life easy, here are a couple of examples of Data Structures:

  • Linear
    • Arrays
    • Lists
  • Trees
    • Binary
    • Heaps
    • Space Partitioning
  • Hash
  • Graphs

Make sure to checkout the individual folders for more info on each specific Data Structure!

Author

Labdhi Jain

About

This Repository goes through all major Data Structures in Python, as well as an application of each of the Data Structure.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages