Pro Lang
Contribute a Data Structure you coded or solve the problems given in the Description.md
file (can be found in the both the folders) in any language! Happy coding!
About
What is Hacktoberfest 2021?
-
Hacktoberfest is a month-long celebration of open source software run by DigitalOcean.
-
During the month of October, everyone is invited to join open-source software enthusiasts, beginners, and the developer community by contributing to open-source projects. It can be done in a variety of ways.
-
This year the first 50,000 participants can earn a T-Shirt. To get one, you must make four approved pull requests (PRs) that are labelled as
hacktoberfest-accepted
between October 1-31.
What is Open Source?
-
Open-Source Software is a type of software whose code is publicly available to use and modify. Open-Source Contribution involves contributing to the development or improvement of open-source software.
-
The open source community provides a great opportunity for aspiring programmers to distinguish themselves; and by contributing to various projects, developers can improve their skills and get inspiration and support from like-minded people.
Let's get started!!
Guidelines for this Repository
- This repository is structured into two folders-
DSA
andProblems
. Inside each, there are language folders. - The path for adding a file containing the program should be -
DSA/language/name_of_the_data_Structure/FileName.extension
orProblems/language/code.extension
. - Detailed information is given in the
Description.md
file in both the folders. - If a folder corresponding to a language or a problem does not exist, kindly make a new one.
- If you face any issue or make a mistake in a
pull request
(PR), IAS will help you out. - No repetition of programs will be entertained.
- Make your PR now!
Rules
- The pull request must contain commits you made yourself only and must not be plagiarized.
- If your PR is marked as spam, it will not be considered for Hacktoberfest.
Do not know how to make a Pull Request?
Follow these steps:
- Fork the repository to your account using the button on the top of the page.
- Add the changes on the forked repository.
- Go to the
Pull Requests
section and click theNew Pull Request
button. - Compare the changes you make with the master branch, click
Create Pull Request
button.