Computer Science : Data Structures
What is a Data Structure ? A Data structure is basically a mean of storing data in a organized manner that enables efficient access and modification. It can be one of the two following types : Here is the list of Data Structures in Python : As you can see, there are a lot of types. The challenge in …