Hacktoberfest-2022🔥

Open Source Love Hacktober Badge Star Badge Contributions

This repository aims to help code beginners with their first successful pull request and open source contribution. 🥳

⭐ Feel free to use this repo to make your first contribution to an open-source project on GitHub.

Practice making your first pull request to a public repository before doing the real thing!

Don't forget to add your name in contributors folder

⭐ Make sure to grab some cool swags during Hacktoberfest by getting involved in the open-source community.

This repository is open to all members of the GitHub community. Any member can contribute to this project! 😁

What is Hacktoberfest? 🤔

A month-long celebration from October 1st to October 31st presented by Digital Ocean and DEV Community collaborated with GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open-source developer community.

https://hacktoberfest.digitalocean.com/

Rules 🔥

To qualify for the official limited edition Hacktoberfest shirt, you must register here and make four Pull Requests (PRs) between October 1-31, 2022 (in any time zone). PRs can be made to any public repo on GitHub, not only the ones with issues labeled Hacktoberfest. This year, the first 40,000 participants who complete the challenge will earn a T-shirt.

Data-Structures

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.

Use of data-structures?

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.

Types in data structure?

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.

Steps to Contribute 📑

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, hacktoberfest2022, hacktoberfest-accepted