yash2026 / Data-Structures-

hacktoberfest hacktoberfest2020 hacktoberfest-accepted

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data-Structures-

  • what is meant by data structures?
  1. data structure is a data organization, management, and storage format that enables efficient access and modification.
  2. 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.

Use of data-structures?

  1. Data structures serve as the basis for abstract data types.
  2. Data structures provide a means to manage large amount of data efficiently for uses such as large databases and internet indexing services.
  3. Data structures can be used to organize the storage and retrieval of information stored in both main memory and secondary memory.

Types in data structure?

  1. data structure is divided into primitive andnon-primitive.
  2. non primitive is further divided into linear and non linear.
  3. non linear divided into trees and graphs.
  4. linear is divided into static and dynamic.
  5. dynamic is divided into linked list ,stack and queue.

Steps to Contribute 📑

  1. You have to Fork the Repository to your profile.
  2. Create an issue mentioning what kind of changes you want to make for betterment of this repo.
  3. Once the maintainer assigns you to the issue you can commit the changes.
  4. Send the pull request mentioning all the changes you've made in detail.

All are welcomed to make changes :)

hacktoberfest, hacktoberfest2021, hacktoberfest-accepted

About

hacktoberfest hacktoberfest2020 hacktoberfest-accepted


Languages

Language:C++ 67.3%Language:Python 13.1%Language:HTML 10.6%Language:Java 5.2%Language:C 2.3%Language:JavaScript 0.7%Language:Go 0.4%Language:Shell 0.2%Language:Dockerfile 0.1%