Skip to content

krishna14kant/Data-Structures-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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