- 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 amount 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 trees and graphs.
- linear is divided into static and dynamic.
- dynamic is divided into linked list ,stack and queue.
- You have to Fork the Repository to your profile.
- Create an issue mentioning what kind of changes you want to make for betterment of this repo.
- 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