- what is meant by data structures?
- data structure is a data organization, management, and storage format that enables efficient access and modification.
- precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data.
- Data structures serve as the basis for abstract data types.
- Data structures provide a means to manage large amounts of data efficiently for uses such as large databases and internet indexing services.
- Data structures can be used to organize the storage and retrieval of information stored in both main memory and secondary memory.
- data structure is divided into primitive andnon-primitive.
- non primitive is further divided into linear and non linear.
- non linear divided into tree and graphs.
- linear is divided into static and dynamic.
- dynamic is divided into linked list ,stack,queue.
- you have to Fork the Repository to your profile.
- Create an issue Mentioning what kind of changes you want to make for betterment or mention the issues in this app you want to contribute.
- Once the maintainer assigns you to the issue you can commit the changes.
- Send the pull request mentioning all the changes you've made in detail.
- All are welcomed to make changes :) hacktoberfest hacktoberfest2021 hacktoberfest-accepted